@sortsys/ui 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -15
- package/dist/dev.js +2 -2022
- package/dist/dev.jsx +213 -3376
- package/dist/index.js +2 -2022
- package/dist/index.jsx +213 -1488
- package/dist/styles/default.css +1 -0
- package/package.json +15 -12
package/README.md
CHANGED
|
@@ -4,18 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# @sortsys/ui
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
{{desc_of_lib}}
|
|
10
|
-
|
|
11
|
-
> **Note** After using this template, you have to search and replace all `@sortsys/ui` and similar strings
|
|
12
|
-
> with appropriate texts.
|
|
13
|
-
>
|
|
14
|
-
> `{{name_of_lib}}` should be a **kebab-case** string representing the name of you monorepo.
|
|
15
|
-
>
|
|
16
|
-
> `{{desc_of_lib}}` should be a **Normal case** string with the description of the repository.
|
|
17
|
-
>
|
|
18
|
-
> `{{me}}` should be a **kebab-case** string from your profile URL.
|
|
7
|
+
Simple and beautiful UI library for sortsys
|
|
19
8
|
|
|
20
9
|
## Quick start
|
|
21
10
|
|
|
@@ -32,7 +21,5 @@ pnpm add @sortsys/ui
|
|
|
32
21
|
Use it:
|
|
33
22
|
|
|
34
23
|
```tsx
|
|
35
|
-
import
|
|
24
|
+
import { SSShell, SSForm } from '@sortsys/ui'
|
|
36
25
|
```
|
|
37
|
-
|
|
38
|
-
## This project was created with the [Solid CLI](https://github.com/solidjs-community/solid-cli)
|