1.1.0 • Published 4 years ago

tsdev-material-components v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

ts-ma-com

Recommend Node Setup

 node -v
     v8.16.x
 npm -v
     6.4.x

Setup

npm install --save tsdev-storybook

// import css file
import './node_modules/tsdev-storybook/dist/index.css';

// import modules
import {
    AjaxSpinner,
} from 'ts-ma-com';

// usage in ReactJS context

<Checkbox />
  • result: ./dist

TSDEV-MATERIAL-COMPONENTS