UNPKG

react-web3-network-status

Version:

Simple and subtle Ethereum network status indicator inspired by MetaMask. 🌐🔌

9 lines (6 loc) 178 B
import 'tachyons' import 'babel-polyfill' import React from 'react' import { render } from 'react-dom' import App from './App' render(<App />, document.getElementById('root'))