mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Update component counts
This commit is contained in:
@@ -36,7 +36,7 @@ These components are all enhanced with customization options as props, to make i
|
|||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
- 70+ total components (text animations, animations, components, backgrounds), growing every week
|
- 80+ total components (text animations, animations, components, backgrounds), growing every week
|
||||||
- All components have minimal dependencies, and are highly customizable through props
|
- All components have minimal dependencies, and are highly customizable through props
|
||||||
- Designed to integrate seamlessly with any modern Vue/Nuxt project
|
- Designed to integrate seamlessly with any modern Vue/Nuxt project
|
||||||
|
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
<img src="/assets/components.gif" alt="Components animation" class="components-gif" />
|
<img src="/assets/components.gif" alt="Components animation" class="components-gif" />
|
||||||
</div>
|
</div>
|
||||||
<h2>
|
<h2>
|
||||||
<template v-if="isMobile">70</template>
|
<template v-if="isMobile">80</template>
|
||||||
<CountUp v-else :to="70" />
|
<CountUp v-else :to="80" />
|
||||||
+
|
+
|
||||||
</h2>
|
</h2>
|
||||||
<h3>Curated Components</h3>
|
<h3>Curated Components</h3>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
split-type="words"
|
split-type="words"
|
||||||
:delay="10"
|
:delay="10"
|
||||||
:duration="1"
|
:duration="1"
|
||||||
text="Seventy-plus snippets, ready to be dropped into your Vue projects"
|
text="Eighty-plus snippets, ready to be dropped into your Vue projects"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<router-link to="/text-animations/split-text" class="landing-button">
|
<router-link to="/text-animations/split-text" class="landing-button">
|
||||||
|
|||||||
Reference in New Issue
Block a user