Sha256: 39fe571cd5bc519febaeefcaadabdf6b8a5b970c01067252ad48d04e3fe348a4
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 ListLayoutRight = () => { return ( <> <List layout="right" > <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 ListLayoutRight
Version data entries
145 entries across 145 versions & 1 rubygems