Getting Started with JUICE
This page will help you get started with JUICE. You'll be up and running in a jiffy!
Installation
npm i jibe-juice
or
bower i jibe-juice
Usage
You can use node, webpack or anything with require
syntax and do the following:
const UI = require('jibe-juice');
You can then use any component like UI.Button, UI.TextInput, etc. Please check the docs for each individual component for usage examples.
Updated less than a minute ago