Note
Display text that requires attention or provides additional information.
General
Show a piece of text or components.
secondary
status
hidden label
custom label
Filled Variant
APIs
Note.Props
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| type | note type | NoteTypes | NoteTypes | default |
| label | show label or custom text | boolean / string | - | - |
| filled | fill color | boolean | - | false |
| ... | native props | HTMLAttributes | 'id', 'className', ... | - |
NoteTypes
type NoteTypes = 'default' | 'secondary' | 'success' | 'warning' | 'error'
Contributors