Skip to main content

Variable: ToolbarLink

@arolariu/components


@arolariu/components / ToolbarLink

Variable: ToolbarLink

const ToolbarLink: 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

Base UI Toolbar Docs

// was this page useful?