2.5 KiB
2.5 KiB
| title | description |
|---|---|
| FontPickerRoot | Headless searchable font picker built on Reka Combobox. |
FontPickerRoot
FontPickerRoot is a headless searchable font picker built on Reka UI Combobox primitives.
Props
Model
Events
Slots
Example
<FontPickerRoot v-model="fontFamily" :list-families="listFamilies">
<template #trigger="{ value }">
<button class="w-full truncate">{{ value }}</button>
</template>
</FontPickerRoot>