{"library":"storybook-vue-slots","type":"library","category":null,"description":"The Storybook Vue Slots Addon, currently at version 9.1.5, provides robust support for integrating Vue 3 slots directly into Storybook's Component Story Format (CSF) files. This addon enables developers to define and control slot content, generate code snippets that include slot definitions, and even wrap slot content with other Vue components, enhancing the interactive documentation of complex Vue components. Maintained as a fork by Webkor, its release cadence is closely tied to major Storybook and Vue 3 versions, ensuring compatibility with the latest ecosystems. It differentiates itself by offering granular control over slot behavior through Storybook's built-in controls, making it easier to visualize and test different slot configurations without manual code changes.","language":"javascript","status":"active","version":"9.1.5","tags":["javascript","vue","vue3","storybook","slot","slots","storybook-addons"],"install":[{"cmd":"npm install storybook-vue-slots","imports":["// .storybook/main.ts\nexport default {\n  addons: [\n    // ... other addons\n    \"storybook-vue-slots\"\n  ]\n} satisfies StorybookConfig;","export default meta = {\n  parameters: {\n    slots: {\n      default: `Default slot content`,\n    },\n  },\n};","export default meta = {\n  parameters: {\n    slots: {\n      header: {\n        description: \"Header slot\",\n        template: `<AppButton>{{ args.header }}</AppButton>`,\n        components: { AppButton }\n      },\n    },\n  },\n};"]},{"cmd":"yarn add storybook-vue-slots","imports":[]},{"cmd":"pnpm add storybook-vue-slots","imports":[]}],"homepage":null,"github":"https://github.com/Korzanicho/storybook-vue-slots","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/storybook-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-vue-slots/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}