CaPrompt
Prompt component made to be used in the modal component to prompt about stuff
SASS-path: ./styles/components/molecules/ca-prompt.scss
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| title | Prompt title | String | true | - |
| text | Prompt text | String | true | - |
| button | Prompt confirm button. Object need to include color, text and clickHandler | Object | true | - |
Events
| Event Name | Description | Parameters |
|---|---|---|
| ready | - | - |
| close | - | - |