chop-logic-components 3.7.0 → 3.7.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 +3 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +22 -1
- package/dist/index.es.js +1720 -1462
- package/dist/index.es.js.map +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
[](https://conventionalcommits.org)
|
|
12
12
|
[](https://biomejs.dev)
|
|
13
13
|
[](https://prettier.io)
|
|
14
|
+
[](https://keepachangelog.com/en/1.1.0/)
|
|
15
|
+
[](https://semver.org/spec/v2.0.0)
|
|
14
16
|
|
|
15
17
|
Welcome to **Chop Logic Components**, a React components library packed with a variety of **styled
|
|
16
18
|
components** and **custom hooks** that are easy to integrate into any React project.
|
|
@@ -24,6 +26,7 @@ Components has the tools to make it easier.
|
|
|
24
26
|
## 🔗 Links
|
|
25
27
|
|
|
26
28
|
- [Storybook Playground](https://choplogic.github.io/chop-logic-components)
|
|
29
|
+
- [Changelog](CHANGELOG.md)
|
|
27
30
|
- [NPM package](https://www.npmjs.com/package/chop-logic-components)
|
|
28
31
|
|
|
29
32
|
## 📦 Installation
|