List
Styled list components
Enhanced list formatting options.
Checklist
Task list with check/x icons:
- completed task
- another done
- not done yet
Bullet list
Simple bullets:
- first item
- second item
- third item
Number list
Numbered items with styled badges:
- first step
- second step
- third step
Props
Checkitem
| prop | type | default | description |
|---|---|---|---|
| checked | boolean | true | Show check or x |
| children | ReactNode | - | Item content |
Numberitem
| prop | type | default | description |
|---|---|---|---|
| number | number | - | Item number |
| children | ReactNode | - | Item content |