1.1.5 • Published 4 months ago

@brighthr/component-breadcrumb v1.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Breadcrumb

To install, type the following into the command line at the root of your project:

npm i @brighthr/component-breadcrumb

To implement the Breadcrumb component into your project you’ll need to add the import:

import Breadcrumb from '@brighthr/component-breadcrumb';

After adding import into your project you can use it simply like:

<Breadcrumb />

Props

NameTypeDefaultDescription
currentPagestringSets the text to display what the current page is.
onClickevent => voidFunction for handling onClick event.
routes[{ name: string, href: string, iconName?: string }]An array of objects, each object has a page name, href and iconName.
size'sm' 'base' 'lg' 'xl''base'Sets the size of the breadcrumb.
1.1.5

4 months ago

1.1.4

5 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago

1.1.3

8 months ago

1.1.2

8 months ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago