@equal-experts/kuat-vue 0.3.1 → 0.3.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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ pnpm add vue radix-vue reka-ui
|
|
|
37
37
|
pnpm add lucide-vue-next
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
**Note:** `@equal-experts/kuat-core` is bundled with this package. You don't need to install it separately when using kuat-vue. However, if you want to use design tokens without Vue components, you can install [`@equal-experts/kuat-core`](https://www.npmjs.com/package/@equal-experts/kuat-core) standalone. See the [kuat-core documentation](https://github.com/equalexperts/kuat-mono/tree/
|
|
40
|
+
**Note:** `@equal-experts/kuat-core` is bundled with this package. You don't need to install it separately when using kuat-vue. However, if you want to use design tokens without Vue components, you can install [`@equal-experts/kuat-core`](https://www.npmjs.com/package/@equal-experts/kuat-core) standalone. See the [kuat-core documentation](https://github.com/equalexperts/kuat-mono/tree/master/packages/kuat-core) for framework-agnostic usage.
|
|
41
41
|
|
|
42
42
|
### Using Design Tokens Without Components
|
|
43
43
|
|
|
@@ -57,7 +57,7 @@ import '@equal-experts/kuat-core/variables.css';
|
|
|
57
57
|
import kuatPreset from '@equal-experts/kuat-core';
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
See the [kuat-core documentation](https://github.com/equalexperts/kuat-mono/tree/
|
|
60
|
+
See the [kuat-core documentation](https://github.com/equalexperts/kuat-mono/tree/master/packages/kuat-core) for detailed usage with Svelte, Angular, Astro, and other frameworks.
|
|
61
61
|
|
|
62
62
|
### Recommended: Use Subpath Imports
|
|
63
63
|
|
|
@@ -560,7 +560,7 @@ You MUST reference the Kuat documentation when:
|
|
|
560
560
|
**Quick reference (when docs unavailable):**
|
|
561
561
|
Semantic tokens only (`bg-primary` not `bg-blue-500`), 8-point spacing grid, 6px radius for interactive elements, WCAG AA contrast.
|
|
562
562
|
|
|
563
|
-
**Documentation:** https://github.com/
|
|
563
|
+
**Documentation:** https://github.com/equalexperts/kuat-mono/tree/master/kuat-docs
|
|
564
564
|
```
|
|
565
565
|
|
|
566
566
|
### Need Full Documentation Locally?
|
|
@@ -568,7 +568,7 @@ Semantic tokens only (`bg-primary` not `bg-blue-500`), 8-point spacing grid, 6px
|
|
|
568
568
|
For component patterns, layouts, or content guidelines, clone the docs:
|
|
569
569
|
|
|
570
570
|
```bash
|
|
571
|
-
git clone --filter=blob:none --sparse https://github.com/
|
|
571
|
+
git clone --filter=blob:none --sparse https://github.com/equalexperts/kuat-mono.git
|
|
572
572
|
cd kuat-mono && git sparse-checkout set kuat-docs
|
|
573
573
|
cp -r kuat-docs /path/to/your-project/
|
|
574
574
|
```
|