前端项目实战捌拾肆react-admin+material ui-踩坑-material ui Typography铸排文字

我是歌谣 这里是歌谣的前端笔记小屋 想加入前端巅峰人才交流群私信我

import { Typography } from '@mui/material';
const Aside = () => (
    <div style={{ width: 200, margin: '1em' }}>
        <Typography variant="h6">歌谣</Typography>
        <Typography variant="body2">
           歌谣不要方
        </Typography>
    </div>
);

posted @ 2023-07-27 09:20  前端导师歌谣  阅读(17)  评论(0)    收藏  举报  来源