Description
Display brief information with a title and description.
General
Description component contains title and content.
With Component
Use in combination with other components.
APIs
Description.Props
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| title | title text | ReactNode / string | - | - |
| content | title text | ReactNode / string | - | - |
| ... | native props | HTMLAttributes | - | - |
Contributors