Made with create-react-library
npm install --save sharkerui
import React, { Component } from 'react'
import MyComponent from 'sharkerui'
import 'sharkerui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © Eness2001