Search...

ButtonToolbar

React Bootstrap 5 ButtonToolbar

For more complicated components, combine sets of button groups into button toolbars. To space out groups, buttons, and other elements, use utility classes as needed.

Importing the React Bootstrap 5 ButtonToolbar component

To use the Contrast React Bootstrap 5 ButtonToolbar component, you start up by importing the CDBButton component into your project.

js
import { CDBBtnTb } from 'cdbreact';

Default ButtonToolbar

In this section of the tutorial we also use the CDBBtn component to create buttons, and the CDBBtnGrp alongside the CDBBtnTb. Check out our docs for more information.

js
import React from 'react';
import { CDBBtnTb, CDBBtn, CDBBtnGrp, CDBContainer } from 'cdbreact';
export const ButtonToolbar = () => {
return (
<CDBContainer>
<CDBBtnTb>
<CDBBtnGrp className="me-2">
<CDBBtn color="primary">click me</CDBBtn>
<CDBBtn color="secondary">click me</CDBBtn>
<CDBBtn color="success">click me</CDBBtn>
</CDBBtnGrp>
<CDBBtnGrp size="sm" className="me-2">
<CDBBtn color="primary">click me</CDBBtn>
<CDBBtn color="secondary">click me</CDBBtn>
<CDBBtn color="success">click me</CDBBtn>
</CDBBtnGrp>
<CDBBtnGrp>
<CDBBtn color="danger">click me</CDBBtn>
<CDBBtn color="dark">click me</CDBBtn>
<CDBBtn color="warning">click me</CDBBtn>
</CDBBtnGrp>
</CDBBtnTb>
</CDBContainer>
);
};

Contrast React Bootstrap 5 ButtonToolbar Props

This section will build on your information about the props you get to use with the Contrast React Bootstrap 5 ButtonToolbar component. You will find out what these props do, their default values, and how you would use them in your code.

Other choices for the 'CDBBtnTb' component are included in the table below.

NameTypeDefaultDescriptionExample
classNameStringAdds custom classesAdds custom classes<CDBBtnTb className="myClass" ... />
roleStringtoolbarChange default component's role<CDBBtnTb role="toolbar" ... />

Build modern projects using Bootstrap 5 and Contrast

Trying to create components and pages for a web app or website from scratch while maintaining a modern User interface can be very tedious. This is why we created Contrast, to help drastically reduce the amount of time we spend doing that. so we can focus on building some other aspects of the project.

Contrast Bootstrap PRO consists of a Premium UI Kit Library featuring over 10000+ component variants. Which even comes bundled together with its own admin template comprising of 5 admin dashboards and 23+ additional admin and multipurpose pages for building almost any type of website or web app.
See a demo and learn more about Contrast Bootstrap Pro by clicking here.

ad-banner