React Breadcrumb Component API
Breadcrumb API
New Year sale. Skyrocket your business in 2025!
Extra 25% off for all sale items + Free CoreUI Icons PRO with every order!
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
Explore the API reference for the React Breadcrumb component and discover how to effectively utilize its props for customization.
On this page
CBreadcrumb#
import { CBreadcrumb } from '@coreui/react'// orimport CBreadcrumb from '@coreui/react/src/components/breadcrumb/CBreadcrumb'
Property | Default | Type |
---|---|---|
className# | - | string |
A string of all className you want applied to the component. |
CBreadcrumbItem#
import { CBreadcrumbItem } from '@coreui/react'// orimport CBreadcrumbItem from '@coreui/react/src/components/breadcrumb/CBreadcrumbItem'
Property | Default | Type |
---|---|---|
active# | - | boolean |
Toggle the active state for the component. | ||
as#5.4.0+ | - | (ElementType & 'symbol') , (ElementType & 'object') , (ElementType & 'li') , (ElementType & 'slot') , (ElementType & 'style') , ... 174 more ... , (ElementType & FunctionComponent<...>) |
Component used for the root node. Either a string to use a HTML element or a component. | ||
className# | - | string |
A string of all className you want applied to the base component. | ||
href# | - | string |
The |