RuiEmpty
Sources:
../../src/componentsDataDisplay/Empty/Empty.vue
This component is used to notify that there is nothing to display: the list is empty, article has no content, etc...
This component is used to notify that there is nothing to display: the list is empty, article has no content, etc...
Props
Name | Required | Type | Default | Allowed values | Description |
---|---|---|---|---|---|
Content | |||||
icon | string | 'rui:empty' | Icon to represent the empty state | ||
content | string | null | Text content. Is overridden by default slot | ||
Display | |||||
iconSize | string|number | 10 | 10 , 4 , 3 | Size of the icon. Don't work when | |
inline | boolean | false | Whether to render the component inline | ||
small | boolean | false | Whether to render the component smaller |
Events
This component has no events.
Slots
Name | Description |
---|---|
default | Text to describe the empty state |
actions | Optional actions (refresh button, ...) |