@codecraftkit/popover
Made with create-react-library
Install
npm install --save @codecraftkit/popoverUsage
import React, { Component } from 'react'
import MyComponent from '@codecraftkit/popover'
import '@codecraftkit/popover/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © CodeCraft