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