https://github.com/jails-org/pandora
The Jails Standard Library
https://github.com/jails-org/pandora
Last synced: about 1 year ago
JSON representation
The Jails Standard Library
- Host: GitHub
- URL: https://github.com/jails-org/pandora
- Owner: jails-org
- License: mit
- Archived: true
- Created: 2023-12-23T23:11:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T22:04:31.000Z (over 1 year ago)
- Last Synced: 2025-05-05T17:46:53.904Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 623 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pandora
The Jails Standard Library
## 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.