1.33.0 • Published 5 months ago

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

Weekly downloads
704
License
MIT
Repository
github
Last release
5 months 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.

documentation issue npm

Issues open NPM

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.29.0

6 months ago

1.32.0

5 months ago

1.33.0

5 months ago

1.30.0

5 months ago

1.31.0

5 months ago

1.28.0

1 year ago

1.27.0

3 years ago

1.26.0

3 years ago

1.25.0

3 years ago

1.24.0

4 years ago

1.23.0

4 years ago

1.22.0

4 years ago

1.21.0

5 years ago

1.20.0

5 years ago

1.19.0

5 years ago

1.18.0

6 years ago

1.17.0

6 years ago

1.16.0

6 years ago

1.15.0

6 years ago

1.14.0

6 years ago