Installation
Barrel
Granular
Usage
export default function Example() {
return (
<MenuBar
options={[
{
icon: <TextBolderIcon />,
id: "bold",
tooltip: "Bold",
onClick: () => console.log("Bold clicked"),
},
]}
/>
);
}
Examples
Text Formatting
Without Active State
API Reference
Props table: MenuBar