@mailstep-design-system/alert
v0.0.10
Published
## Props
Downloads
27
Keywords
Readme
Alert
Props
| Component | Type | Description | |---------------|:------------:|:----------------------------------------| | intent | string | 'success', 'info', 'warning', 'danger'' | | inline | boolean | | | onClick | function | Only with actionType butto | | onClose | function | | | title | string | | | text | string | | | actionLabel | string | Only with onClick combination | | actionType | button, link | Only with onClick combination | | href | string | Only with actionType link | | desc | string | Extra description on top of alert | | closeAnywhere | boolean | Only with onClose combination |