@riligar/components-kit 1.8.0 → 1.10.0
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 +9 -0
- package/dist/index.esm.js +629 -332
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
<a href="https://www.npmjs.com/package/@riligar/components-kit" target="_blank"><img src="https://img.shields.io/npm/v/@riligar/components-kit.svg" alt="npm version" /></a>
|
|
5
5
|
<a href="https://www.npmjs.com/package/@riligar/components-kit" target="_blank"><img src="https://img.shields.io/npm/dm/@riligar/components-kit.svg" alt="npm downloads" /></a>
|
|
6
6
|
<a href="https://www.npmjs.com/package/@riligar/components-kit" target="_blank"><img src="https://img.shields.io/npm/l/@riligar/components-kit.svg" alt="license" /></a>
|
|
7
|
+
<a href="/llms.txt" target="_blank"><img src="https://img.shields.io/badge/llms.txt-available-blue" alt="llms.txt" /></a>
|
|
7
8
|
</p>
|
|
8
9
|
|
|
9
10
|
A premium React component library built with Mantine and Zen Design principles.
|
|
@@ -56,6 +57,14 @@ function App() {
|
|
|
56
57
|
- **Conversion & Pricing**: `Pricing`, `FAQ`, `Testimonials`, `CTABanner`, `TrustBadge`.
|
|
57
58
|
- **Primitives**: `SectionHeader`, `MediaBlock`, `CTAButton`.
|
|
58
59
|
|
|
60
|
+
## AI Documentation
|
|
61
|
+
|
|
62
|
+
This project follows the [llms.txt](https://llmstxt.org/) standard. You can find machine-readable documentation for AI assistants (like Copilot, Cursor, or Gemini) in the root directory:
|
|
63
|
+
|
|
64
|
+
- [llms.txt](/llms.txt): A concise map of the project, design principles (Zen Aesthetics), and component APIs.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
59
68
|
## Development
|
|
60
69
|
|
|
61
70
|
```bash
|