Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 722 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 722 Bytes

Pandora

The Jails Standard Library


Installing

npm install jails.pandora

or

yarn add jails.pandora

Usage

import * as formValidation from 'jails.pandora/form-validation' // To use form-validation component
import Router from 'jails.pandora/router' // To use Grapnel's router module
import { signal, effect } from 'jails.pandora/store' // To use preact store module wrapper 

See more details about each module inside their respective folders.