@hybr1d-tech/charizard 0.3.36 → 0.3.38
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 +1 -1
- package/dist/hybr1d-ui.js +212 -209
- package/dist/hybr1d-ui.umd.cjs +15 -15
- package/dist/input/Input.d.ts +10 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Charizard (Hybr1d UI)
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/js/@hybr1d/charizard)
|
|
4
4
|
|
|
5
5
|
A collection of reusable React components for building beautiful user interfaces. This library is
|
|
6
6
|
built using Vite for fast development and Storybook for component documentation and showcase.
|