1.0.0 • Published 4 years ago

tsdev-tag-select v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

tsdev-tag-select

v1.0.x

Installation

npm install --save tsdev-tag-select

CSS

add index.css from dist folder to your project

import './../node_modules/tsdev-tag-select/dist/index.css';

Import & Usage

import {
    TagSelect
} from 'tsdev-tag-select';

...

<TagSelect />

Storybook

http://www.schlender-entwicklung.com/storybook/tsdev-tag-select

Important

You can include all components as a base component in your implementation. No properties are required as needed. So you can get a better overview, without provoking mistakes immediately.

tsdev-tag-select