kickstartDS / storybook-addon-jsonschema

Displays associated JSON Schema documentation using a rich schema explorer interface, and adds a validating JSON Code Editor with semantic auto-complete to interact with your components, and copy configurations with ease.
https://www.kickstartDS.com/docs/integration/storybook/schema
MIT License
12 stars 1 forks source link

Connect validation tab with editor #23

Closed lmestel closed 4 months ago

lmestel commented 4 months ago
📦 Published PR as canary version: 2.1.0--canary.23.12d6807.0
:sparkles: Test out this PR locally via: ```bash npm install @kickstartds/storybook-addon-jsonschema@2.1.0--canary.23.12d6807.0 # or yarn add @kickstartds/storybook-addon-jsonschema@2.1.0--canary.23.12d6807.0 ```

Version

Published prerelease version: v2.1.0-next.0

Changelog #### 🚀 Enhancement - Connect validation tab with editor [#23](https://github.com/kickstartDS/storybook-addon-jsonschema/pull/23) ([@lmestel](https://github.com/lmestel)) #### Authors: 1 - Lukas Mestel ([@lmestel](https://github.com/lmestel))