RuiLoading
Sources:
../../src/componentsLoading/Loading.vue
Displays a notification about something loading.
Displays a notification about something loading.
Props
Name | Required | Type | Default | Allowed values | Description |
---|---|---|---|---|---|
Content | |||||
text | string | null | Custom text to display | ||
Display | |||||
fill | boolean | false | Whether to fill the whole page | ||
relative | boolean | false | Whether to fill only the parent selector. Has no effect without | ||
centered | boolean | false | Whether to center text content. Has no effect with |
Events
This component has no events.
Slots
Name | Description |
---|---|
default | Alternative to the |