@equal-experts/kuat-react 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
|
@@ -40,7 +40,7 @@ pnpm add @radix-ui/react-slot @radix-ui/react-dialog @radix-ui/react-dropdown-me
|
|
|
40
40
|
pnpm add lucide-react
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
**Note:** `@equal-experts/kuat-core` is bundled with this package. You don't need to install it separately when using kuat-react. However, if you want to use design tokens without React 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/
|
|
43
|
+
**Note:** `@equal-experts/kuat-core` is bundled with this package. You don't need to install it separately when using kuat-react. However, if you want to use design tokens without React 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.
|
|
44
44
|
|
|
45
45
|
### Using Design Tokens Without Components
|
|
46
46
|
|
|
@@ -60,7 +60,7 @@ import '@equal-experts/kuat-core/variables.css';
|
|
|
60
60
|
import kuatPreset from '@equal-experts/kuat-core';
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
See the [kuat-core documentation](https://github.com/equalexperts/kuat-mono/tree/
|
|
63
|
+
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.
|
|
64
64
|
|
|
65
65
|
### Recommended: Use Subpath Imports
|
|
66
66
|
|
|
@@ -487,7 +487,7 @@ You MUST reference the Kuat documentation when:
|
|
|
487
487
|
**Quick reference (when docs unavailable):**
|
|
488
488
|
Semantic tokens only (`bg-primary` not `bg-blue-500`), 8-point spacing grid, 6px radius for interactive elements, WCAG AA contrast.
|
|
489
489
|
|
|
490
|
-
**Documentation:** https://github.com/
|
|
490
|
+
**Documentation:** https://github.com/equalexperts/kuat-mono/tree/master/kuat-docs
|
|
491
491
|
```
|
|
492
492
|
|
|
493
493
|
### Need Full Documentation Locally?
|
|
@@ -495,7 +495,7 @@ Semantic tokens only (`bg-primary` not `bg-blue-500`), 8-point spacing grid, 6px
|
|
|
495
495
|
For component patterns, layouts, or content guidelines, clone the docs:
|
|
496
496
|
|
|
497
497
|
```bash
|
|
498
|
-
git clone --filter=blob:none --sparse https://github.com/
|
|
498
|
+
git clone --filter=blob:none --sparse https://github.com/equalexperts/kuat-mono.git
|
|
499
499
|
cd kuat-mono && git sparse-checkout set kuat-docs
|
|
500
500
|
cp -r kuat-docs /path/to/your-project/
|
|
501
501
|
```
|