SUI Breadcrumb Basic
npm install @s-ui/react-molecule-breadcrumb> Breadcrumbs, or a breadcrumb navigation, can help to enhance how users navigate to previous page levels of a website, especially if that website has many pages or products.





``sh`
npm install @s-ui/react-molecule-breadcrumb --save
`js
import MoleculeBreadcrumb from '@s-ui/react-molecule-breadcrumb'
const breadcrumbItems = [
{
label: 'accusantium',
url: 'https://github.com/SUI-Components/sui-components'
},
{
label: 'current section'
}
]
return (
)
``
Find full description and more examples in the demo page.