UNPKG

@ea-lab/reactive-json-docs

Version:

Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides

50 lines (35 loc) • 1.56 kB
# @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