mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Update component count in README and FeatureCards to reflect 60+ total components
This commit is contained in:
@@ -36,7 +36,7 @@ These components are all enhanced with customization options as props, to make i
|
||||
|
||||
## Key Features
|
||||
|
||||
- 40+ total components (text animations, animations, components, backgrounds), growing every week
|
||||
- 60+ total components (text animations, animations, components, backgrounds), growing every week
|
||||
- All components have minimal dependencies, and are highly customizable through props
|
||||
- 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" />
|
||||
</div>
|
||||
<h2>
|
||||
<template v-if="isMobile">40</template>
|
||||
<CountUp v-else :to="40" />
|
||||
<template v-if="isMobile">60</template>
|
||||
<CountUp v-else :to="60" />
|
||||
+
|
||||
</h2>
|
||||
<h3>Curated Components</h3>
|
||||
|
||||
Reference in New Issue
Block a user