ds-svelte-community

ds-svelte-community contains Aksel components in Svelte. This is not maintained by the Aksel team.

Installation

The package is available on Google Artifact Registry, and can be installed with npm:

# Add @nais to .npmrc
echo "@nais:registry=https://europe-north1-npm.pkg.dev/nais-io/nais-public-npm/" >> .npmrc

# Add ds-svelte-community to your project
npm install @nais/ds-svelte-community --save-dev

Using Bun

# Add the following to your `bunfig.toml`:
[install.scopes]
nais = "https://europe-north1-npm.pkg.dev/nais-io/nais-public-npm/"

Install the package:

bun install @nais/ds-svelte-community --save-dev