react-graph-grid-inu
v0.1.16
Published
Using the react-graph-grid package for INU
Maintainers
Readme
react-graph-grid-INU
Using the react-graph-grid package for INU
This package will not work without the server part written in S_-technology (API) !!!
Installation
npm install react-grpah-grid-INUFor examples see DebugApp.jsx
Your App.jsx should look like this
import DebugApp from 'react-graph-grid-inu'
import 'react-graph-grid/src/css/default.css'
import 'react-graph-grid-inu/src/css/default.css'
function App() {
return (
<>
<DebugApp></DebugApp>
</>
)
}
export default App0.0.3 - 0.0.5 version
Data exchange and Report pages added0.0.2 version
index.js containing exports added0.0.1 version
Beta version