# svelte-ux
**Repository Path**: ttoa/svelte-ux
## Basic Information
- **Project Name**: svelte-ux
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-01-22
- **Last Updated**: 2024-01-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Svelte UX

[](https://github.com/techniq/svelte-ux/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/svelte-ux)

[](https://www.sveltelab.dev/?provider=github&owner=techniq&repo=svelte-ux&branch=main&path=%2Fpackages%2Fcreate-svelte-ux%2Ftemplates%2Fstarter) [](https://stackblitz.com/github/techniq/svelte-ux/tree/main/packages/create-svelte-ux/templates/starter) [](https://codesandbox.io/p/sandbox/github/techniq/svelte-ux/tree/main/packages/create-svelte-ux/templates/starter)

[](https://discord.gg/697JhMPD3t)
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, granular class overrides, and slots. A rich design token system is also currently in the works.
See also the companion library [LayerChart](https://layerchart.com) 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
```
### Add changeset to include change in changelog and determine next version
```
pnpm changeset
```