import { Text, Paper } from '@mantine/core'; function Demo() { return ( <Paper shadow="xs" p="xl"> <Text>Paper is the most basic ui component</Text> <Text> ...
確定! 回上一頁