openpencil/packages/docs/programmable/sdk/api/components/toolbar-root.md
2026-03-24 23:24:08 +03:00

16 lines
436 B
Markdown

---
title: ToolbarRoot
description: Headless structural primitive for editor toolbar UIs.
---
# ToolbarRoot
`ToolbarRoot` is the headless toolbar primitive from `@open-pencil/vue`.
Use it when you want reusable toolbar structure and context with your own buttons, styling, and layout.
## Related APIs
- [useEditorCommands](../composables/use-editor-commands)
- [useSelectionCapabilities](../composables/use-selection-capabilities)