@indshine/ui-kit
v1.4.2
Published
UI Kit for Indshine Platform
Readme
ui-kit
UI Kit for Indshine Platform
Install
npm install --save ui-kitUsage
import React, { Component } from 'react'
import MyComponent from 'ui-kit'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © abinashpanda
