17 lines
432 B
Markdown
17 lines
432 B
Markdown
---
|
|
title: useToolbar
|
|
description: Primitive context helper for ToolbarRoot descendants.
|
|
---
|
|
|
|
# useToolbar
|
|
|
|
`useToolbar()` reads the local toolbar context provided by `ToolbarRoot`.
|
|
|
|
Use it inside toolbar descendants that need access to tools, active state, or tool selection helpers.
|
|
|
|
## Related APIs
|
|
|
|
- [ToolbarRoot](../components/toolbar-root)
|
|
- [ToolbarItem](../components/toolbar-item)
|
|
- [useToolbarState](./use-toolbar-state)
|