mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
fix: update component counts from 80 to 90 in FeatureCards and README
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
|
||||||
|
|
||||||
- 80+ total components (text animations, animations, components, backgrounds), growing every week
|
- 90+ 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
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2>
|
<h2>
|
||||||
<template v-if="isMobile">100</template>
|
<template v-if="isMobile">100</template>
|
||||||
<CountUp v-else :to="100" />
|
<CountUp v-else :to="100" />%
|
||||||
%
|
|
||||||
</h2>
|
</h2>
|
||||||
<h3>Free & Open Source</h3>
|
<h3>Free & Open Source</h3>
|
||||||
<p>Loved by developers around the world</p>
|
<p>Loved by developers around the world</p>
|
||||||
@@ -20,9 +19,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">80</template>
|
<template v-if="isMobile">90</template>
|
||||||
<CountUp v-else :to="80" />
|
<CountUp v-else :to="90" />+
|
||||||
+
|
|
||||||
</h2>
|
</h2>
|
||||||
<h3>Creative Components</h3>
|
<h3>Creative Components</h3>
|
||||||
<p>Growing weekly & only getting better</p>
|
<p>Growing weekly & only getting better</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user