web-stylist
v0.0.2
Published
Made with create-react-library
Readme
web-stylist
Made with create-react-library
Install
npm install --save web-stylistUsage
import React, { Component } from 'react'
import MyComponent from 'web-stylist'
import 'web-stylist/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © sethuvic
