north-react
v0.0.2
Published
UI Rendering Layer for React and Material-UI
Downloads
2
Readme
north-React
UI Rendering Layer for React and Material-UI
Getting Started
Getting Started App
The best way to get started with north is to play with the Getting Started App. In just a few lines of north, you'll generate an app that can list, edit, filter and sort a list of contacts. And, for extra fun, you can use Firebase to make it real-time capable.
Adding north-React to Your Existing React Project
yarn add @date-io/date-fns @material-ui/core date-fns @material-ui/pickers north north-react typeface-roboto
- Note: this is needed as north and north-React are libraries that work in conjunction with React, Material UI and Date-IO. As such, these dependencies are peer dependencies.
- Add the following to the head section of your index.html:
Note: north-React uses font icons as the user can specify any Icon during runtime and the alternative of bundling all the icons as SVG icons would make your JS bundle huge<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
More info
See north for details