README
softgrep-ui
UI component library for react
Install
npm install --save softgrep-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'softgrep-ui'
import 'softgrep-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © G0WTHAM-SELVARAJ