16 lines
426 B
Markdown
16 lines
426 B
Markdown
---
|
|
title: useFontPicker
|
|
description: Searchable font-picker state and selection helper.
|
|
---
|
|
|
|
# useFontPicker
|
|
|
|
`useFontPicker(options)` manages available font families, search state, open state, and family selection for font-picker UIs.
|
|
|
|
Use it when building custom font-picking UIs beyond `FontPickerRoot`.
|
|
|
|
## Related APIs
|
|
|
|
- [FontPickerRoot](../components/font-picker-root)
|
|
- [useTypography](../composables/use-typography)
|