Files
react-test/docs/data/joy/components/badge/BadgeSizes.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
302 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Badge badgeContent={10} size="sm">
<Typography sx={{ fontSize: 'xl' }}>💌</Typography>
</Badge>
<Badge badgeContent={20} size="md">
<Typography sx={{ fontSize: 'xl' }}>💌</Typography>
</Badge>
<Badge badgeContent={30} size="lg">
<Typography sx={{ fontSize: 'xl' }}>💌</Typography>
</Badge>