mkm-component-tags

1.0.8 • Public • Published

Introduction

Componet to display tags.

alt text

Getting Started

Install via npm

npm install mkm-component-tags

Build and Test

Run build

npm run build

Run tests

npm test

Usage

Example usage:

 render() {
	let tags = [
        { title: 'Tag 1' },
        { title: 'Tag 2' },
        { title: 'Tag 3' }
    ],
	return (
	  <Tags title="Tags" tags={tags} />
	);
}

Readme

Keywords

none

Package Sidebar

Install

npm i mkm-component-tags

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

15.5 MB

Total Files

8

Last publish

Collaborators

  • myknowledgemap