@zentauri-ui/zentauri-components 0.0.82 → 0.0.84
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,7 +115,8 @@ import {
|
|
|
115
115
|
</div>
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
## Checkout the components
|
|
118
|
+
## Checkout the components:
|
|
119
|
+
https://zentauri-ui.vercel.app/
|
|
119
120
|
|
|
120
121
|
## Development
|
|
121
122
|
|
|
@@ -125,6 +126,9 @@ From this package directory in the monorepo:
|
|
|
125
126
|
- `pnpm dev` — `tsup` watch mode
|
|
126
127
|
- `pnpm test` / `pnpm test:watch` — **Vitest** and **Testing Library** unit tests
|
|
127
128
|
|
|
129
|
+
## NOTE:
|
|
130
|
+
This package is in initial phase of development and you might see some minor or major breaking changes in the future. If you want to contribute to this project, email me at @shubhmtiwri00@gmail.com or ping me on linkeded https://www.linkedin.com/in/shubham-tiwari-b7544b193/
|
|
131
|
+
|
|
128
132
|
## License
|
|
129
133
|
|
|
130
134
|
MIT
|