17 lines
519 B
Markdown
17 lines
519 B
Markdown
|
|
---
|
||
|
|
title: TypographyControlsRoot
|
||
|
|
description: Headless root primitive for font, alignment, and formatting controls.
|
||
|
|
---
|
||
|
|
|
||
|
|
# TypographyControlsRoot
|
||
|
|
|
||
|
|
`TypographyControlsRoot` exposes typography state and handlers from `useTypography()` as a structural primitive.
|
||
|
|
|
||
|
|
Use it when you want custom typography controls with SDK-managed font and formatting behavior.
|
||
|
|
|
||
|
|
## Related APIs
|
||
|
|
|
||
|
|
- [useTypography](../composables/use-typography)
|
||
|
|
- [FontPickerRoot](./font-picker-root)
|
||
|
|
- [Property Panels guide](../../guides/property-panels)
|