openpencil/packages/docs/programmable/sdk/api/components/typography-controls-root.md

17 lines
519 B
Markdown
Raw Normal View History

---
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)