0.3.10 • Published 9 months ago

@igloo-ui/breadcrumb v0.3.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Breadcrumb

Breadcrumbs allow users to orient themselves in the hierarchy of the app. It also provides a way to navigate to the parent page.

Installation

To install @igloo-ui/breadcrumb in your project, you will need to run the following command using npm:

npm install @igloo-ui/breadcrumb

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/breadcrumb

Usage

Then to use the component in your code just import it!

import Breadcrumb from '@igloo-ui/breadcrumb';

<Breadcrumb
  items={[
    {
      label: 'Home',
      link: '#',
    },
    {
      label: 'Career',
      link: '#',
    },
    {
      label: 'Developer',
    },
  ]}
/>;
0.3.10

9 months ago

0.3.9

11 months ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.2.2

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago