Components
Toolbar

Toolbar

A container for grouping a set of controls, such as buttons, toggle groups or dropdown menus.

Installation

npx shadcx@latest add toolbar -r plate-ui

Examples

import { withCn } from '@udecode/cn';
 
import { Toolbar } from './toolbar';
 
export const FixedToolbar = withCn(
  Toolbar,
  'supports-backdrop-blur:bg-background/60 sticky left-0 top-0 z-50 w-full justify-between overflow-x-auto rounded-t-lg border-b border-b-border bg-background/95 backdrop-blur'
);