Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techniq/svelte-ux
Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.
https://github.com/techniq/svelte-ux
svelte svelte-components
Last synced: 6 days ago
JSON representation
Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.
- Host: GitHub
- URL: https://github.com/techniq/svelte-ux
- Owner: techniq
- License: mit
- Created: 2021-08-11T12:28:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:30:33.000Z (6 days ago)
- Last Synced: 2024-10-30T02:50:46.622Z (6 days ago)
- Topics: svelte, svelte-components
- Language: Svelte
- Homepage: https://svelte-ux.techniq.dev/
- Size: 4.33 MB
- Stars: 803
- Watchers: 7
- Forks: 44
- Open Issues: 105
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-svelte - Svelte UX - Large collection of components, actions, stores, and utilities to build highly interactive applications (UI Libraries / Mobile)
README
Svelte UX
![](https://img.shields.io/github/license/techniq/svelte-ux?style=flat)
[![](https://img.shields.io/github/actions/workflow/status/techniq/svelte-ux/ci.yml?style=flat)](https://github.com/techniq/svelte-ux/actions/workflows/ci.yml)
[![](https://img.shields.io/npm/v/svelte-ux?style=flat)](https://www.npmjs.com/package/svelte-ux)
[![](https://img.shields.io/npm/dw/svelte-ux?style=flat&color=orange)](https://www.npmjs.com/package/svelte-ux)[![](https://img.shields.io/badge/Open_in-SvelteLab-black?logo=svelte&color=%23FF3E00)](https://www.sveltelab.dev/?provider=github&owner=techniq&repo=svelte-ux&branch=main&path=%2Fpackages%2Fcreate-svelte-ux%2Ftemplates%2Fstarter) [![](https://img.shields.io/badge/Open_in-StackBlitz-black?logo=stackblitz&color=%231269D3)](https://stackblitz.com/github/techniq/svelte-ux/tree/main/packages/create-svelte-ux/templates/starter) [![](https://img.shields.io/badge/Open_in-CodeSandbox-black?logo=codesandbox&color=%23151515)](https://codesandbox.io/p/sandbox/github/techniq/svelte-ux/tree/main/packages/create-svelte-ux/templates/starter)
![](https://img.shields.io/github/license/svelte-ux?style=flat)
[![](https://dcbadge.vercel.app/api/server/697JhMPD3t?style=flat)](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
```## Community
Join the Discord server to ask questions, find collaborators, or just say hi!