mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
improved number component
This commit is contained in:
parent
69e26284d2
commit
e175ccd810
@ -15,8 +15,9 @@
|
||||
:uppercase="uppercase"
|
||||
:size="labelSize"
|
||||
class="ds-number-label"
|
||||
color="soft"
|
||||
v-html="label" />
|
||||
color="soft">
|
||||
{{ label }}
|
||||
</ds-text>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@ -26,8 +26,8 @@
|
||||
|
||||
```html
|
||||
<ds-number
|
||||
size="large"
|
||||
label="collected donations from users">
|
||||
<span slot="count">1.123.124,03 EUR</span>
|
||||
<ds-number>
|
||||
size="large"
|
||||
label="collected donations from users">
|
||||
<span slot="count">1.123.124,03 EUR</span>
|
||||
<ds-number>
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user