react-landing-page
Version:
[](https://hermanya.github.io/react-landing-page/)
18 lines (15 loc) • 458 B
Markdown
# Checklist
```.jsx
<Heading>Why pick this library?</Heading>
<Subhead>maybe this will help</Subhead>
<Checklist children={[
'Open Source',
'React best practices',
'Practical API'
]}/>
```
Extends: [Box](https://jxnblk.com/rebass/components/Box)
| prop | default | type |
| --------- | ------- | ---------------------- |
| checkmark | ✅ | string/node |
| children | [] | array of strings/nodes |