jaid-web
jaid-web contains React components, utilities and templates for a quick and efficient web app setup using:
- npm (package manager)
- Gulp (build system)
- Webpack (compiler)
- React (frontend framework)
- PostCSS (CSS processor)
- OfflinePlugin (ServiceWorker helper)
Installation
Latest "stable" version:
npm
npm install --save jaid-web
Yarn
yarn add jaid-web
Latest build:
npm
npm install github:jaid/jaid-web
Yarn
yarn add github:jaid/jaid-web
Using the React components
import React from "react"
import ImageOpener from "jaid-web"
You can find a list of all components here.