@kjaniec-dev/ui 0.9.0 → 0.9.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 +2 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,8 @@ Runtime deps: `class-variance-authority`, `clsx`, `tailwind-merge`.
|
|
|
20
20
|
In your app's global stylesheet, import the design tokens (Tailwind v4 `@theme`) and the small runtime stylesheet that ships keyframes + the slider thumb:
|
|
21
21
|
|
|
22
22
|
```css
|
|
23
|
+
@import "tailwindcss";
|
|
24
|
+
@source "../node_modules/@kjaniec-dev/ui";
|
|
23
25
|
@import "@kjaniec-dev/design/tailwind.css";
|
|
24
26
|
@import "@kjaniec-dev/ui/ui.css";
|
|
25
27
|
```
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED