SharifClick / svelte-ux

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

Home Page:https://svelte-ux.techniq.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte UX

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.

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.

https://svelte-ux.techniq.dev/

License:MIT License


Languages

Language:Svelte 67.1%Language:TypeScript 31.5%Language:JavaScript 1.3%Language:HTML 0.0%