You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, name‑based **Conditional Logic** toolkit for [formBuilder](https://github.com/kevinchappell/formBuilder). Add show/hide/require/enable/disable behaviors to fields and containers without writing custom code.
@@ -25,10 +26,13 @@ A lightweight, name‑based **Conditional Logic** toolkit for [formBuilder](http
25
26
***Logic Groups (GUI)** define reusable rule groups in a toolbar modal
26
27
***Name‑based** rules: `hasVehicle`, `FormData12`, `city`, etc. (no class hacks)
27
28
28
-
> **Demos**: Static UMD pages (work on any static host)
29
-
>
30
-
> *`demo/builder-static.html` — drag fields, open **Conditional Logic** panel, save
31
-
> *`demo/render-static.html` — quick smoke test with `data-logic` attributes
@@ -217,9 +230,27 @@ If this project helps you, consider supporting:
217
230
218
231
## Contributing
219
232
220
-
We welcome PRs! Please read [CONTRIBUTING.md](CONTRIBUTING.md) and sign off your commits per the [DCO](https://developercertificate.org/).
221
-
Also see our [Code of Conduct](CODE_OF_CONDUCT.md), [Security policy](SECURITY.md), and [Changelog](CHANGELOG.md).
233
+
We welcome PRs! Please read [CONTRIBUTING.md](CONTRIBUTING.md) and sign off your commits per the [DCO](https://developercertificate.org/). Also see our [Code of Conduct](CODE_OF_CONDUCT.md), [Security policy](SECURITY.md), and [Changelog](CHANGELOG.md).
234
+
235
+
This project uses the **all-contributors** spec to recognize **code and non-code** contributions. After your PR lands (or even for design/ideas/testing), we’ll add you with the bot. You can also ask the bot yourself in an issue:
236
+
237
+
```
238
+
@all-contributors please add @your-username for code,doc,design,ideas
239
+
```
240
+
241
+
The Contributors table lives below and is managed automatically.
242
+
243
+
---
244
+
245
+
## Contributors ✨
246
+
247
+
Thanks to these wonderful people:
248
+
249
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
250
+
251
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
222
252
253
+
This project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind welcome!
0 commit comments