2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Update Hero.vue

This commit is contained in:
Jeff Sagal
2026-01-29 18:42:47 -08:00
parent ddd4bdaae9
commit a8ab71d495
+6 -6
View File
@@ -23,7 +23,7 @@ import {
aria-hidden="true" aria-hidden="true"
src="~/assets/img/blur-cyan.png" src="~/assets/img/blur-cyan.png"
decoding="async" decoding="async"
class="absolute bottom-full right-full -mr-72 -mb-56 opacity-50" class="absolute bottom-full right-full -mr-72 -mb-56 opacity-50 pointer-events-none"
width="530" width="530"
height="530" height="530"
/> />
@@ -62,14 +62,14 @@ import {
alt="" alt=""
src="~/assets/img/blur-cyan.png" src="~/assets/img/blur-cyan.png"
decoding="async" decoding="async"
class="absolute -top-64 -right-64" class="absolute -top-64 -right-64 pointer-events-none"
width="530" width="530"
height="530" height="530"
/><img /><img
alt="" alt=""
src="~/assets/img/blur-indigo.png" src="~/assets/img/blur-indigo.png"
decoding="async" decoding="async"
class="absolute -bottom-40 -right-44" class="absolute -bottom-40 -right-44 pointer-events-none"
width="567" width="567"
height="567" height="567"
/> />
@@ -94,19 +94,19 @@ import {
class="inline-flex items-center rounded-md bg-slate-800 px-2.5 py-0.5 text-sm font-medium text-gray-400" class="inline-flex items-center rounded-md bg-slate-800 px-2.5 py-0.5 text-sm font-medium text-gray-400"
> >
<ArrowDownTrayIcon class="w-3 h-3 mr-1" /> <ArrowDownTrayIcon class="w-3 h-3 mr-1" />
960k installs/month +1m downloads/month
</span> </span>
<span <span
class="inline-flex items-center rounded-md bg-slate-800 px-2.5 py-0.5 text-sm font-medium text-gray-400" class="inline-flex items-center rounded-md bg-slate-800 px-2.5 py-0.5 text-sm font-medium text-gray-400"
> >
<SparklesIcon class="w-3 h-3 mr-1" /> <SparklesIcon class="w-3 h-3 mr-1" />
4.5k stars 4.7k stars
</span> </span>
<span <span
class="inline-flex items-center rounded-md bg-slate-800 px-2.5 py-0.5 text-sm font-medium text-gray-400" class="inline-flex items-center rounded-md bg-slate-800 px-2.5 py-0.5 text-sm font-medium text-gray-400"
> >
<RocketLaunchIcon class="w-3 h-3 mr-1" /> <RocketLaunchIcon class="w-3 h-3 mr-1" />
Vue 3 Composable, Fully Typed
</span> </span>
</div> </div>