List and ListItem components by default render as <ul> and <li> tags and accept all of the responsive, theme-based style props.
List
ListItem
<ul>
<li>
xxxxxxxxxx
import { List, ListItem } from '@deity/falcon-ui';
<List>
<ListItem>Item</ListItem>
<ListItem>Another item</ListItem>
<ListItem>Last</ListItem>
</List>
Theme
Component
Presets
Download