npm i --save @hixme-ui/bullet-list
import BulletList from '@hixme-ui/bullet-list'
const myUnorderedList = [
'One fish',
'Two fish',
'Red fish',
'Blue fish',
]
<BulletList bulletArray={myUnorderedList} />
Name | Type | Default |
---|---|---|
bulletArray | array | N/A |