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 fill. Make sure the parent is large enough and has the position: relative style

centered boolean false

Whether to center text content. Has no effect with fill.

Events

This component has no events.

Slots

Name Description
default

Alternative to the text prop for more complex content