2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

docs: bring over springloaded fonts

This commit is contained in:
Jeff Sagal
2024-03-24 12:24:47 -07:00
parent 0ad175d762
commit 3c1d0d0dcd
39 changed files with 91 additions and 129 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ const props = withDefaults(
}>(),
{
type: 'note',
}
},
)
const styles = computed(() => {
@@ -33,7 +33,7 @@ const styles = computed(() => {
<div :class="['my-8 flex rounded-3xl p-6', styles.container]">
<!-- <IconComponent class="h-8 w-8 flex-none" />-->
<div class="ml-4 flex-auto">
<p :class="['m-0 font-display text-xl', styles.title]">
<p :class="['m-0 font-display font-bold text-xl', styles.title]">
{{ title }}
</p>
<div :class="['prose mt-2.5', styles.body]">
+3 -1
View File
@@ -15,7 +15,9 @@ defineProps<{
/>
<div class="relative overflow-hidden rounded-xl p-6">
<slot name="icon" />
<h2 class="mt-4 font-display text-base text-slate-900 dark:text-white">
<h2
class="mt-4 font-display font-bold text-base text-slate-900 dark:text-white"
>
<NuxtLink :to="href">
<span class="absolute -inset-px rounded-xl" />
{{ title }}