1.0.2 • Published 4 years ago
celera-react v1.0.2
celera-react
css in js
Install
npm install --save celera-reactUsage
import React, { Component } from 'react'
import MyComponent from 'celera-react'
import 'celera-react/dist/index.css'
class Example extends Component {
  render() {
    return <MyComponent />
  }
}License
MIT © siva3v