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:
@@ -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]">
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user