Docs
Toolbar

Toolbar

A container for grouping a set of controls.

Horizontal Toolbar (Text Editor)

Type your text here...

Vertical Toolbar

Content area

Simple Toolbar

Installation

Usage

import { Toolbar } from "@/components/ui/toolbar";
<Toolbar>{/* Example usage */}</Toolbar>

Props

PropTypeDefaultDescription
classNamestring-The class name to apply to the component.
childrenReactNode-The content to display in the component.