Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jails-org/pandora

A Realm for Web Applications Modules and Components
https://github.com/jails-org/pandora

Last synced: 1 day ago
JSON representation

A Realm for Web Applications Modules and Components

Awesome Lists containing this project

README

        





Pandora


A Monorepo for Web Applications Modules and Components



## Installing

```
npm install jails.pandora
```
or

```
yarn add jails.pandora
```


## Usage

```ts
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.