starwind 2.0.1 → 3.0.0-beta.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/LICENSE +1 -1
- package/README.md +26 -6
- package/dist/index.js +19301 -2132
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img alt="Starwind UI" src="https://shieldcn.dev/header/gradient.svg?title=Starwind+UI&mode=dark&theme=blue" />
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://github.com/starwind-ui/starwind-ui"><img alt="npm + stars" src="https://shieldcn.dev/group/npm/starwind+github/stars/starwind-ui/starwind-ui.svg" /></a>
|
|
7
|
+
<!-- <a href="https://www.npmjs.com/package/starwind"><img alt="badge" src="https://shieldcn.dev/npm/starwind.svg" /></a>
|
|
8
|
+
<a href="https://github.com/starwind-ui/starwind-ui"><img alt="badge" src="https://shieldcn.dev/github/starwind-ui/starwind-ui/stars.svg" /></a> -->
|
|
9
|
+
<a href="https://www.npmjs.com/package/starwind"><img alt="downloads" src="https://shieldcn.dev/npm/dm/starwind.svg" /></a>
|
|
10
|
+
<a href="https://x.com/boston343builds"><img alt="follow" src="https://shieldcn.dev/x/follow/boston343builds.svg?split=true" /></a>
|
|
11
|
+
</p>
|
|
4
12
|
|
|
5
|
-
**
|
|
13
|
+
**Astro-first, framework-portable UI components you can own.**
|
|
6
14
|
|
|
7
|
-
Starwind UI
|
|
15
|
+
Starwind UI gives you accessible, Tailwind CSS components with Starwind/shadcn-style ergonomics,
|
|
16
|
+
backed by a portable Runtime that powers Astro and React adapters today.
|
|
8
17
|
|
|
9
18
|
**[Get Started →](https://starwind.dev/docs/getting-started/installation/)** | **[Explore Components](https://starwind.dev/docs/components/)**
|
|
10
19
|
|
|
@@ -13,11 +22,21 @@ Starwind UI is a collection of 49+ beautifully designed, animated, and accessibl
|
|
|
13
22
|
- **🎯 Own Your Code** — Components live in your project, not hidden in `node_modules`. Customize everything.
|
|
14
23
|
- **✨ Animated by Default** — Smooth, polished animations out of the box with Tailwind CSS v4.
|
|
15
24
|
- **♿ Accessible** — Keyboard navigable and screen reader friendly. Built with a11y in mind.
|
|
16
|
-
- **🚀
|
|
25
|
+
- **🚀 Portable Runtime** — Shared DOM behavior with generated Astro and React adapters.
|
|
17
26
|
- **🛠️ CLI-Powered** — Add only what you need with a simple `npx starwind add` command.
|
|
18
27
|
|
|
19
28
|
## Quick Start
|
|
20
29
|
|
|
30
|
+
To test the portable Runtime beta in an Astro or React project:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npx starwind@beta init
|
|
34
|
+
npx starwind@beta add
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
The beta keeps Color Picker as a legacy Astro-only migration compatibility surface; it is not
|
|
38
|
+
available for fresh Runtime or React installs.
|
|
39
|
+
|
|
21
40
|
### Initialize your project
|
|
22
41
|
|
|
23
42
|
```bash
|
|
@@ -34,9 +53,10 @@ npx starwind@latest add
|
|
|
34
53
|
|
|
35
54
|
Resources for AI:
|
|
36
55
|
|
|
56
|
+
- [Starwind Skills](https://starwind.dev/docs/getting-started/skills/)
|
|
57
|
+
- [MCP server](https://starwind.dev/docs/getting-started/mcp/)
|
|
37
58
|
- [llms.txt](https://starwind.dev/llms.txt)
|
|
38
59
|
- [llms-full.txt](https://starwind.dev/llms-full.txt)
|
|
39
|
-
- [MCP server](https://github.com/starwind-ui/starwind-ui-mcp)
|
|
40
60
|
|
|
41
61
|
## Contributing
|
|
42
62
|
|