1.28.0 • Published 4 days ago

@s-ui/react-molecule-breadcrumb v1.28.0

Weekly downloads
704
License
ISC
Repository
-
Last release
4 days ago

MoleculeBreadcrumb

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.

Installation

npm install @s-ui/react-molecule-breadcrumb --save

Usage

import MoleculeBreadcrumb from '@s-ui/react-molecule-breadcrumb'

const breadcrumbItems = [
  {
    label: 'accusantium',
    url: 'https://github.com/SUI-Components/sui-components'
  },
  {
    label: 'current section'
  }
]

return (
  <BreadcrumbBasic items={breadcrumbItems} />
)

Find full description and more examples in the demo page.

1.28.0

4 days ago

1.27.0

2 years ago

1.26.0

2 years ago

1.25.0

2 years ago

1.24.0

2 years ago

1.23.0

2 years ago

1.22.0

3 years ago

1.21.0

3 years ago

1.20.0

4 years ago

1.19.0

4 years ago

1.18.0

4 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago