@adn-ui/react 0.0.0-canary-20260118083400 → 0.0.0-canary-20260118085858
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 -2
- package/dist/index.d.cts +1412 -1412
- package/dist/index.d.mts +1324 -1324
- package/package.json +2 -2
package/README.MD
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AdnUI React
|
|
2
2
|
|
|
3
|
-
This package contains the core React components for the
|
|
3
|
+
This package contains the core React components for the AdnUI component library. It provides a set of reusable and customizable UI components that can be easily integrated into your React projects.
|