Config
Global Configs
| Props | Type | Default | Description |
|---|---|---|---|
alert | object | ||
alert.width | string,number | 400 | |
alert.textAlign | string | ||
alert.buttonAlign | string | ||
alert.color | string | ||
alert.divider | boolean | false | |
alert.persistent | boolean | false | |
confirm | object | ||
confirm.width | string,number | 400 | |
confirm.textAlign | string | ||
confirm.buttonAlign | string | ||
confirm.color | string | ||
confirm.divider | boolean | false | |
confirm.persistent | boolean | false | |
dialog | object | ||
dialog.width | string,number | ||
toast | object | ||
toast.type | success,info, warning, error | ||
toast.width | string,number | 350 | |
toast.max | number | 5 | |
toast.timeout | number | 5000 | 5 seconds |
toast.location | top, bottom, top left, top right, bottom left, bottom right | top right | |
toast.sequentialClosing | boolean | false |