Skip to content

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.

License

Notifications You must be signed in to change notification settings

CropWatchDevelopment/svelte-ux

Repository files navigation

svelte-ux logo

Svelte UX

npm

The projects aims to simplify building highly interactive and visual applications. It provides over 200 components, actions, stores, and utils, with many more planned.

The components are built using Tailwind with extensibility and customization in mind through the use of theming, variants, granule class overrides, and slots. A rich design token system is also currently in the works.

See also LayerChart for a large collection of composable chart components to build a wide range of visualizations.

Contributing

Install dependencies

pnpm i

Run dev server for svelte-ux package

cd packages/svelte-ux
pnpm dev

Run test for svelte-ux package

cd packages/svelte-ux
pnpm test:unit

Run tests for all packages

pnpm -r test:unit

Run a script from the root

pnpm -F svelte-ux dev

Publishing

  • npm run changeset for each changelog worthy change
  • npm run version to bump package.json version based on changesets, materialize changesets into CHANGELOG.md
  • Commit as Version bump to x.y.z (TODO: automate)
  • npm run publish to publish version to npm
  • git push --tags to publish tags to Github

About

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 66.9%
  • TypeScript 30.3%
  • JavaScript 2.6%
  • Other 0.2%