@hixme-ui/bullet-list
v2.2.0
Published
hixme-ui BulletList component
Downloads
139
Readme
Bullet List
npm i --save @hixme-ui/bullet-list
Usage
import BulletList from '@hixme-ui/bullet-list'
const myUnorderedList = [
'One fish',
'Two fish',
'Red fish',
'Blue fish',
]
<BulletList bulletArray={myUnorderedList} />
BulletList Props
| Name | Type | Default | | --------------- | ----------- | -------------- | | bulletArray | array | N/A |