Berry React
v3.8.0
v3.8.0
  • Documentation
  • 🎺About - Berry Remix
  • Pre-requisites
  • Quick Start
  • Folder Structure
  • State Management
  • Internationalization
  • Authentication
  • Axios API Calls
  • Routing
  • Project Configuration
  • Color Presets
  • Theme/Style Configuration
  • How to
    • Login as First Page
    • Add a menu from the backend
    • Remove eslint
    • Remove prettier
  • Integration
    • seed
    • To Existing Project
  • Component
    • Avatar
    • AnimateButton
    • Accordion
    • Breadcrumbs
    • Chip
    • ImageList
    • MainCard
    • Transitions
    • SubCard
  • Resources
  • Roadmap
  • Support
  • Changelog
  • FAQ
  • Berry Eco System
Powered by GitBook
On this page

Was this helpful?

  1. Component

Breadcrumbs

Last updated 1 year ago

Was this helpful?

This component extends the original component provided by MUI:

The extended properties are:

Property
Type
Props Value

card

boolean

true(default), false

divider

boolean

false(default),true

icon

boolean

true (default), false

icons

boolean

false(default),true

maxItems

number

8

navigation*

NavItemTypeObject

rightAlign

boolean

true (default), false

separator

OverrideIcon

IconChevronRight

title

boolean

true (default), false

titleBottom

boolean

true(default), false

sx

BreadCrumbSxProps

Live Preview:

Asterisk (*) indicates required props.

https://mui.com/material-ui/react-breadcrumbs/
https://berrydashboard.io/basic/breadcrumb