@canonical/svelte-ds-app-launchpad
v0.12.0
Published
Launchpad-specific components for the Pragma design system.
Maintainers
Keywords
Readme
@canonical/svelte-ds-app-launchpad
Launchpad-specific components for the Pragma design system. This package provides Svelte UI components for the Launchpad application.
Installation
bun add @canonical/svelte-ds-app-launchpadUsage
<script lang="ts">
import { Example } from "@canonical/svelte-ds-app-launchpad";
</script>
<Example />Development
Note: Testing requires Playwright; see the Testing section below.
# Run checks
bun run check
# Run tests
bun run testTo run the full test suite (temporary workaround until Playwright is supported in Pragma):
bun run test:client && bun run test:ssr && bun run test:serverTesting
Tests use Vitest browser mode, which requires Playwright. This setup is currently experimental in Pragma.
One-time setup (install Playwright browsers):
bunx playwright installLicense
LGPL-3.0
