Skip to content

A Realm for Web Applications Modules and Components

License

Notifications You must be signed in to change notification settings

jails-org/Pandora

Repository files navigation

Pandora

A Monorepo for Web Applications Modules and Components


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.

About

A Realm for Web Applications Modules and Components

Resources

License

Stars

Watchers

Forks