0.0.7 • Published 4 years ago

@ptadmin/pbs-breadcrumbs v0.0.7

Weekly downloads
5
License
ISC
Repository
-
Last release
4 years ago

Login

Breadcrumbs is a generic component that displays a list of links that represent the selected item's ancestry.

Usage

import Breadcrumbs from '@ptadmin/pbs-login-page';

<Breadcrumbs ancestry=[{...},{...},{...},] />

Props

ancestry (array): an array of objects ordered by ancestry level ( the top parent should be the first index and so on). Each object is expected to contain an id(int), a name(string) and a type(string).

0.0.7

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago