mkm-modal-permissions

2.0.3 • Public • Published

Introduction

Componet to display permissions.

image

Getting Started

Install via npm

npm install mkm-modal-permissions

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

Readme

Keywords

none

Package Sidebar

Install

npm i mkm-modal-permissions

Weekly Downloads

0

Version

2.0.3

License

ISC

Unpacked Size

61.1 MB

Total Files

11

Last publish

Collaborators

  • myknowledgemap