mkm-component-breadcrumbs

1.0.26 • Public • Published

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} />
    );
}

Dependencies (0)

    Dev Dependencies (17)

    Package Sidebar

    Install

    npm i mkm-component-breadcrumbs

    Weekly Downloads

    1

    Version

    1.0.26

    License

    ISC

    Unpacked Size

    81.6 kB

    Total Files

    4

    Last publish

    Collaborators

    • myknowledgemap