Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jails-org/pandora
- Owner: jails-org
- License: mit
- Created: 2023-12-23T23:11:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T15:48:02.000Z (about 2 months ago)
- Last Synced: 2024-10-28T15:34:59.176Z (23 days ago)
- Language: TypeScript
- Homepage:
- Size: 592 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.