initial commit
Some checks failed
CodeQL / Analyze (push) Failing after 1m32s

This commit is contained in:
Ludwig Lehnert
2026-01-11 11:08:48 +01:00
commit 0efd3d954b
58 changed files with 19390 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
<p>
<img width="100%" src="https://assets.solidjs.com/banner?type=@sortsys/ui&background=tiles&project=%20" alt="@sortsys/ui">
</p>
# @sortsys/ui
Simple and beautiful UI library for sortsys
## Quick start
Install it:
```bash
npm i @sortsys/ui
# or
yarn add @sortsys/ui
# or
pnpm add @sortsys/ui
```
Use it:
```tsx
import { SSShell, SSForm } from '@sortsys/ui'
```