New to KendoReactStart a free 30-day trial

Toolbar

Component

Definition

Package:@progress/kendo-react-buttons

Syntax:

jsx
const App = () => {
      return (
         <Toolbar>
             <ToolbarItem>
                 <ButtonGroup>
                     <Button togglable={true} icon="bold" />
                     <Button togglable={true} icon="italic" />
                     <Button togglable={true} icon="underline" />
                 </ButtonGroup>
             </ToolbarItem>
             <ToolbarItem>
                 <ButtonGroup>
                     <Button icon="hyperlink">Insert Link</Button>
                     <Button icon="image">Insert Image</Button>
                     <Button icon="table">Insert Table</Button>
                 </ButtonGroup>
             </ToolbarItem>
         </Toolbar>
      );
}

Properties

The props of the Toolbar component.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support