NcSavingIndicatorIcon
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| size | Specify the size of the saving icon. | number | - | 20 |
| title | Specify what is saved. | string | - | '' |
| saving | Set to true when saving is in progress. | boolean | - | false |
| error | Set to true if an error occured while saving. | boolean | - | false |
Events
| Event name | Properties | Description |
|---|---|---|
| click |
Usage
loading...