0.1.0 • Published 4 years ago
ether-react v0.1.0
ether-react
Made with create-react-library
CLAIM
Not production ready. Use on your own RISK!
Create a new react app
npx create-react-app my-app
cd my-app
npm startInstall
npm install --save ether-reactUsage
import React from 'react'
import { ExampleComponent } from 'ether-react'
import 'ether-react/dist/index.css'
const App = () => {
return <ExampleComponent text="DApp 🚀" />
}
export default AppLicense
MIT © IPDID