Files
react-test/docs/data/joy/components/list/NavList.tsx.preview

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

14 lines
308 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<List component="nav" sx={{ maxWidth: 320 }}>
<ListItemButton>
<ListItemDecorator>
<Image />
</ListItemDecorator>
Add another image
</ListItemButton>
<ListItemButton>
<ListItemDecorator>
<Videocam />
</ListItemDecorator>
Add another video
</ListItemButton>
</List>