Skip to content

feat(storybook): enhance configuration for Svelte support#415

Open
goulinkh wants to merge 4 commits intomainfrom
storybook-svelte-support
Open

feat(storybook): enhance configuration for Svelte support#415
goulinkh wants to merge 4 commits intomainfrom
storybook-svelte-support

Conversation

@goulinkh
Copy link
Contributor

@goulinkh goulinkh commented Feb 6, 2026

Done

  • Updated Storybook configuration to support both React and Svelte frameworks.
  • Introduced the @canonical/svelte-ds-app-launchpad package with Svelte components.
  • Added new Svelte-specific components and styles, including an Example component and associated documentation.
  • Updated package dependencies and configurations for improved compatibility and functionality.

Fixes #406

PR readiness check

  • PR should have one of the following labels:
    • Feature 🎁, Breaking Change 💣, Bug 🐛, Documentation 📝, Maintenance 🔨.
  • PR title follows the Conventional Commits format.
  • All packages define the required scripts in package.json:
    • All packages: check, check:fix, and test.
    • Packages with build steps: build to build the package for development or distribution, build:all to build all artifacts. See CONTRIBUTING.md for details.

… components

- Updated Storybook configuration to support both React and Svelte frameworks.
- Introduced the @canonical/svelte-ds-app-launchpad package with Svelte components.
- Added new Svelte-specific components and styles, including an Example component and associated documentation.
- Updated package dependencies and configurations for improved compatibility and functionality.
@goulinkh goulinkh requested a review from advl February 6, 2026 17:18
@goulinkh goulinkh changed the title feat(storybook): enhance configuration for Svelte support and add new components feat(storybook): enhance configuration for Svelte support Feb 6, 2026
* https://github.com/storybookjs/storybook/issues/26778#issuecomment-2584041985
*/
export default { ...config };
export default createConfig("react"); // or "svelte"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the added spread - look at the comment above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@canonical/storybook-config: Implement Svelte Support

2 participants