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