Utilities for static React web apps


License
MIT
Install
npm install jaid-web@0.10.2

Documentation

jaid-web

jaid-web contains React components, utilities and templates for a quick and efficient web app setup using:

⚠️ This project is currently in alpha, may break your stuff and should be used for inspiration rather than installation.

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.