0.0.2 • Published 3 years ago
web-stylist v0.0.2
web-stylist
Made with create-react-library
Install
npm install --save web-stylist
Usage
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