@longd/layout-ui 0.1.0 → 0.1.1
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,11 @@ A React component library featuring a powerful, feature-rich select component wi
|
|
|
15
15
|
- **Fully typed** — comprehensive TypeScript definitions
|
|
16
16
|
- **Tailwind CSS v4** — themeable via CSS custom properties (shadcn/ui compatible)
|
|
17
17
|
|
|
18
|
+
## Demo
|
|
19
|
+
|
|
20
|
+
- **Full demo site**: https://layout-ui-seven.vercel.app
|
|
21
|
+
- **LayoutSelect component**: https://layout-ui-seven.vercel.app/demo/layout-select
|
|
22
|
+
|
|
18
23
|
---
|
|
19
24
|
|
|
20
25
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longd/layout-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A React component library featuring a powerful multi-select with virtualization, drag-and-drop sorting, and overflow chip management. Built with Tailwind CSS v4.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|