test-btn-mohammad
v1.2.0
Published
Made with create-react-library
Readme
test-btn-mohammad
Made with create-react-library
Install
npm install --save test-btn-mohammadUsage
import React, { Component } from 'react'
import MyComponent from 'test-btn-mohammad'
import 'test-btn-mohammad/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}