Sha256: 920eab457abcf8ceae88217534b2d6eb1b5ff637c29b3ed1121a41dffd2917c2
Contents?: true
Size: 1.4 KB
Versions: 145
Compression:
Stored size: 1.4 KB
Contents
import React from 'react' import { Currency, List, ListItem, Title } from '../../' const ListLayoutLeft = () => { return ( <> <List layout="left" > <ListItem> <Title size={4} text="Label" /> <Currency amount="2,000.50" label="Caption" size="sm" /> </ListItem> <ListItem> <Title size={4} text="Label" /> <Currency amount="2,000.50" label="Caption" size="sm" /> </ListItem> <ListItem> <Title size={4} text="Label" /> <Currency amount="2,000.50" label="Caption" size="sm" /> </ListItem> <ListItem> <Title size={4} text="Label" /> <Currency amount="2,000.50" label="Caption" size="sm" /> </ListItem> <ListItem> <Title size={4} text="Label" /> <Currency amount="2,000.50" label="Caption" size="sm" /> </ListItem> </List> </> ) } export default ListLayoutLeft
Version data entries
145 entries across 145 versions & 1 rubygems