1.0.26 • Published 5 years ago

mkm-component-breadcrumbs v1.0.26

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

Introduction

Componet to display breadcrumbs.

image

Getting Started

Install via npm

npm install mkm-component-breadcrumbs

Build and Test

Run build

npm run build

Run tests

npm test

Usage

Example usage:

 render() {
	let paths = [
        {
            name: "Path 1",
            active: false,
            url: '#/path1'
        },
        {
            name: "Path 2",
            active: false,
            url: '#/path2'
        },
        {
            name: "Path 3 active",
            active: true,
            url: 'javascript:;'
        }
    ];
	return (
	  <Breadcrumbs paths={paths} />
	);
}
1.0.26

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.6

5 years ago