Variable: ToolbarButton
@arolariu/components / ToolbarButton
Variable: ToolbarButton
constToolbarButton:ForwardRefExoticComponent<Omit<Omit<ToolbarButtonProps,"ref"> &RefAttributes<HTMLButtonElement>,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/toolbar.tsx:61
Renders an interactive button within a toolbar.
Remarks
- Renders a
<button>element by default - Built on Base UI Toolbar button behavior
- Applies shared toolbar item spacing and focus styling
Example
<ToolbarButton aria-label='Bold'>B</ToolbarButton>
See
// was this page useful?