NetJoint UI is based on Bootstrap3.
Three quick start options are available:
- Clone the repo:
git clone https://github.com/NetJoint/NetJoint-UI.git.
Run npm install to install dependencies.
Examples:
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
NetJoint-UI/
├── dist/
| ├── css/
│ | ├── netjoint-ui.css
│ | └── netjoint-ui.min.css
| ├── js/
│ | ├── netjoint-ui.js
│ | └── netjoint-ui.min.js
| ├── fonts/
| └── img/
├── examples/
└── src/
├── components/
├── plugins/
├── js/
└── sass/
We provide compiled CSS and JS (netjoint-ui.*), as well as compiled and minified CSS and JS (netjoint-ui.min.*).
Examples forked Bootstrap TLDR