1.0.52 • Published 6 years ago

papillon-breadcrumb v1.0.52

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Papillon Breadcrumb

version travis build codecov coverage downloads MIT License

Breadcrumb navigation for GitHub's pages with parents / grandparents.

This repository is a module of the full papillon repository.

Install

This repository is distributed with npm. After installing npm, you can install papillon-breadcrumb with this command.

$ npm install --save papillon-breadcrumb

Explorer

Check out how to use Papillon Breadcrumb with React 16, Webpack 4 and Babel 7 here

NPM

Get the latest papillon-breadcrumb here

Usage

You can import it like this.

import Breadcrumb from 'papillon-breadcrumb'

Documentation

Breadcrumbs are used to show taxonomical context on pages that are many levels deep in a site’s hierarchy. Breadcrumbs show and link to parent, grandparent, and sometimes great-grandparent pages. Breadcrumbs are most appropriate on pages that:

  • Are many levels deep on a site
  • Do not have a section-level navigation
  • May need the ability to quickly go back to the previous (parent) page

Default

const items = [{ href: '/business', text: 'Business' }, { href: '/business/customer', text: 'Customers' }, { href: '', text: 'MailChimp' }]
<Breadcrumb items="{items}" selectedIndex="{2}" />

License

MIT © MTS

1.0.52

6 years ago

1.0.51

6 years ago

1.0.50

6 years ago

1.0.49

6 years ago

1.0.48

6 years ago

1.0.47

6 years ago

1.0.46

6 years ago

1.0.45

6 years ago

1.0.44

6 years ago

1.0.43

7 years ago

1.0.42

7 years ago

1.0.41

7 years ago

1.0.40

7 years ago

1.0.39

7 years ago

1.0.38

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.1-alpha.0

7 years ago

1.0.0

7 years ago