@macrulez/vue-form-schema 0.1.5 → 0.1.7
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 +22 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center" style="background:#111827;border-radius:20px;padding:28px 20px 20px;margin-bottom:32px">
|
|
2
|
+
<h1 style="color:#f9fafb;margin:0 0 32px;font-size:2.2em;letter-spacing:-0.03em;font-weight:700;font-family:sans-serif">
|
|
3
|
+
@macrulez/vue-form-schema
|
|
4
|
+
</h1>
|
|
5
|
+
<img
|
|
6
|
+
src="https://s3.twcstorage.ru/c9a2cc89-780f97fd-311d-4a1a-b86f-c25665c9dc46/images/npm/vue-form-schema.webp"
|
|
7
|
+
alt="vue-virtual-scroller-kit"
|
|
8
|
+
style="max-width:100%;width:auto;height:300px;border-radius:12px"
|
|
9
|
+
/>
|
|
10
|
+
</div>
|
|
2
11
|
|
|
3
12
|
Reactive forms from a declarative schema (JSON, Zod, Yup, or Valibot) for Vue 3. A headless, SSR-compatible alternative to VeeValidate / FormKit for forms that are generated dynamically or driven from the server.
|
|
4
13
|
|
|
@@ -1124,3 +1133,15 @@ Danil Lisin Vladimirovich aka Macrulez
|
|
|
1124
1133
|
GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
|
|
1125
1134
|
|
|
1126
1135
|
Questions and bugs — [issues](https://github.com/macrulezru/vue-form-schema/issues)
|
|
1136
|
+
|
|
1137
|
+
---
|
|
1138
|
+
|
|
1139
|
+
## 💖 Support the project
|
|
1140
|
+
|
|
1141
|
+
Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
|
|
1142
|
+
|
|
1143
|
+
<a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
|
|
1144
|
+
<img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
|
|
1145
|
+
</a>
|
|
1146
|
+
|
|
1147
|
+
Thank you for being part of this journey. ❤️
|
package/package.json
CHANGED