Toolbar
Group a set of related controls, reducing the number of tab stops in the keyboard interface. This component is based on the WAI-ARIA Toolbar Pattern
import "./style.css";
import * as Ariakit from "@ariakit/react";
import { bold, italic, redo, underline, undo } from "./icons.jsx";
export default function Example() {
return (
{undo}
Undo
{redo}
Redo
{bold}
Bold
{italic}
Italic
{underline}
Underline
);
}
Examples
API
Follow updates
Join 1,000+ subscribers and receive monthly updates with the latest improvements on Components.