wt-dummy.vue
CAUTION
Увага, Застаріле! Як робитимете шось нове (або перероблятимете старе), то викиньте той wt-dummy, і заюзайте wt-empty.
Specs
Props
| Name | Required | Types | Default | Description | Example | Deprecated |
|---|---|---|---|---|---|---|
src |
string |
- | Image source URL | |||
text |
string |
- | Dummy text content | |||
buttonText |
string |
- | Button text | |||
showAction |
boolean |
false |
The prop controls the display of the button for adding new items | |||
size |
string , number |
200 |
Image size | |||
hiddenText |
boolean |
false |
If value is true - hides in markup "text" | |||
darkMode |
boolean |
false |
Dark mode flag |
Events
| Name | Params | Description |
|---|---|---|
create |
Example Dummy
There are no records yet
Code
vue
<script setup></script>
<template>
<wt-dummy />
</template>
<style scoped lang="scss"></style>