@ea-lab/reactive-json-docs
Version:
Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides
50 lines (35 loc) ⢠1.56 kB
Markdown
# @ea-lab/reactive-json-docs
Complete documentation for Reactive-JSON - LLM-Parsable Format
## š Content
This package contains the complete Reactive-JSON documentation in YAML format, optimized for easy parsing by LLMs:
- **Core Components**: HTML elements, actions & reactions, form elements, special components, etc.
- **Integrations**: Chart.js components and others
- **Examples**: Complete use cases and demos
## š Installation
```bash
npm install @ea-lab/reactive-json-docs
```
## š Usage
### For LLM Users
Tell your LLM about this package:
> "I have the npm package `@ea-lab/reactive-json-docs` installed, which contains complete documentation for @ea-lab/reactive-json and plugins. The documentation is located in `node_modules/@ea-lab/reactive-json-docs/public/rjbuild/docs/`. Can you help me understand how to use Reactive-JSON components?"
### Structure
```
docs/
āāā index.yaml # Main index
āāā core/
ā āāā action/ # Actions (Hide, Show, Redirect...)
ā āāā element/ # UI Elements
ā ā āāā form/ # Form fields
ā ā āāā html/ # HTML elements
ā ā āāā special/ # Special components
ā āāā example/ # Complete examples
ā āāā reaction/ # Reactivity system
āāā chartjs/ # Chart.js integration
```
## š¤ LLM-Optimized
- Standardized YAML format
- Complete documentation with examples
- Structured metadata
- Detailed use cases
- Cross-references