network-config-components
v1.0.0
Published
Made with create-react-library
Readme
network-config-components
Made with create-react-library
Install
npm install --save network-config-componentsUsage
import React from 'react'
import NetworkConfigBase from 'network-config-components';
import { ApolloClient, InMemoryCache } from '@apollo/client';
import 'network-config-components/dist/index.css';
const client = new ApolloClient({ uri: '/graphql', cache: new InMemoryCache() });
const App = () => {
return <NetworkConfigBase client={client}></NetworkConfigBase>
}
export default App
License
MIT © fjhunter
