Event list
Simple item with a title, a color, a details section, and a description.
- Import
import { EventList } from '@smile/haring-react'; - Source View Source Code
- Package @smile/haring-react
- Storybook Storybook
Storybook Docs
Props
| Name | Type | Default | Description |
|---|---|---|---|
| color | string | - | Color displayed to the left of the text |
| description | ReactNode | - | Element below the title |
| details | ReactNode | - | Element below details |
| title | ReactNode | - | Item title |