Variable: ToolbarLink
@arolariu/components / ToolbarLink
Variable: ToolbarLink
constToolbarLink:ForwardRefExoticComponent<Omit<Omit<ToolbarLinkProps,"ref"> &RefAttributes<HTMLAnchorElement>,"ref"> &RefAttributes<HTMLAnchorElement>>
Defined in: components/ui/toolbar.tsx:156
Renders a link that visually matches toolbar buttons.
Remarks
- Renders an
<a>element by default - Built on Base UI Toolbar link primitives
Example
<ToolbarLink href='/docs'>Docs</ToolbarLink>
See
// was this page useful?