{"library":"storybook-addon-vue-slots","type":"library","category":null,"description":"storybook-addon-vue-slots is a Storybook addon designed to enhance the development and documentation of Vue 3 components by providing robust support for defining and controlling component slots directly within Storybook stories. It simplifies the process of creating stories for components with complex or multiple slots, allowing developers to manage slot content via Storybook's controls interface and automatically generate relevant code snippets. The current stable version is `0.9.29`, with active development on `0.9.30-next.x` branches which include breaking changes for future Storybook versions. This addon addresses a common challenge in Vue component development by offering a structured and interactive way to visualize and test slot variations, distinguishing it from general Storybook Vue setups that might require manual template string manipulation for slots. It integrates into the Storybook ecosystem to provide a seamless workflow for Vue component libraries.","language":"javascript","status":"active","version":"0.9.29","tags":["javascript","storybook-addons","storybook","vue","vue3","slots","typescript"],"install":[{"cmd":"npm install storybook-addon-vue-slots","imports":["export default {\n  addons: [\n    // ... other addons\n    'storybook-addon-vue-slots'\n  ]\n} satisfies StorybookConfig;\n","import type { StorybookConfig } from '@storybook/vue3-vite';","export default meta = {\n  parameters: {\n    slots: {\n      default: 'Default content',\n      header: { template: '<h2>Header</h2>' }\n    }\n  }\n};"]},{"cmd":"yarn add storybook-addon-vue-slots","imports":[]},{"cmd":"pnpm add storybook-addon-vue-slots","imports":[]}],"homepage":null,"github":"https://github.com/JoJk0/storybook-addon-vue-slots","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/storybook-addon-vue-slots","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/storybook-addon-vue-slots/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}