CaFeedback
An inline feedback box
SASS-path: ./styles/components/atoms/ca-feedback.scss
Props
| Name | Description | Type | Required | Default |
|---|
| type | Type of feedback | info, success, error | false | info |
| message | The feedback message to be displayed | String | true | - |
| constant | Set to true if the feedback message should be visible at all time | Boolean | false | false |
Methods
| Method | Description | Parameters |
|---|
| show | Show the feedback | - |
| hide | Hide the feedback | - |
Computed
| Computed | Type | Description | From Store |
|---|
| icon | String | The icon to be used | No |
| typeClass | String | The type modifier class | No |