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