@sankhyatronics/sankhya-ui 0.0.8 → 0.0.9
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 +3 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@sankhyatronics/sankhya-ui)
|
|
4
4
|
|
|
5
5
|
The core UI library for the SankhyaUI system. Build **dynamic, JSON-driven portals** with ease.
|
|
6
|
-
**Pure view React components (React 19)** designed for seamless integration with **headless CMS** platforms
|
|
6
|
+
**Pure view React components (React 19)** designed for seamless integration with **headless CMS** platforms.
|
|
7
7
|
|
|
8
8
|
[**Explore the Docs & Storybook »**](https://sankhyaui.sankhyatronics.com/?path=/docs/introduction--docs)
|
|
9
9
|
|
|
10
|
+
[**Sample App »**](https://sample-ui.sankhyatronics.com/)
|
|
11
|
+
|
|
10
12
|
## Features
|
|
11
13
|
|
|
12
14
|
- **Highly Modular**: Each component is independent and purely visual.
|
package/package.json
CHANGED
|
@@ -15,8 +15,9 @@
|
|
|
15
15
|
"type": "git",
|
|
16
16
|
"url": "git+https://github.com/sankhyatronics/sankhya-ui.git"
|
|
17
17
|
},
|
|
18
|
+
"homepage": "https://sankhyaui.sankhyatronics.com/?path=/docs/introduction--docs",
|
|
18
19
|
"license": "MIT",
|
|
19
|
-
"version": "0.0.
|
|
20
|
+
"version": "0.0.9",
|
|
20
21
|
"main": "dist/index.umd.js",
|
|
21
22
|
"module": "dist/index.es.js",
|
|
22
23
|
"types": "dist/index.d.ts",
|