1.0.0 • Published 3 years ago

network-config-components v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

network-config-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save network-config-components

Usage

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

1.0.0

3 years ago