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