FormBuilder

UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
GitHub
357
Created a year ago, last commit 7 months ago
2 contributors
38 commits
Stars added on GitHub, month by month
N/A
N/A
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.7
/day
Last month
+0.8
/day
README

⚠️ Please note: This repository may seem abandoned, but it's not. It is currently undergoing significant refactoring to improve its structure and code quality.

Form Builder for @shadcn/ui

UI based codegen tool to easily create @shadcn/ui forms.

Try it out https://formbuilder.kurdmake.com.

FormBuilder demo

Field types

Currently, these field types are implemented:

  • string (input)
  • number (input)
  • boolean (switch)
  • enum (select, radio, combobox)
  • date (date picker)

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

MIT