@json-render/vue Vue 3 renderer that converts JSON specs into Vue component trees with data binding, visibility, and actions. Installation Peer dependencies: and . Quick Start Create a Catalog Define Registry with h() Render Functions Render Specs Providers | Provider | Purpose | |----------|---------| | | Share state across components (JSON Pointer paths). Accepts or for controlled mode. | | | Handle actions dispatched via the event system | | | Enable conditional rendering based on state | | | Form field validation | Composables | Composable | Purpose | |------------|---------| | | Access s…