tsdev-tag
v1.0.0
Published
ReactJS component
Downloads
10
Maintainers
Readme
tsdev-tag
v1.0.x
Installation
npm install --save tsdev-tag
CSS
add index.css from dist folder to your project
import './../node_modules/tsdev-tag/dist/index.css';
Import & Usage
import {
Tag
} from 'tsdev-tag';
...
<Tag />
Storybook
http://www.schlender-entwicklung.com/storybook/tsdev-tag
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.