2.0.3 • Published 1 year ago

mkm-modal-permissions v2.0.3

Weekly downloads
11
License
ISC
Repository
-
Last release
1 year ago

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

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago