Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlandSleman/FormBuilder
UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
https://github.com/AlandSleman/FormBuilder
code-gen form nextjs react shadcn-ui
Last synced: 3 months ago
JSON representation
UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
- Host: GitHub
- URL: https://github.com/AlandSleman/FormBuilder
- Owner: AlandSleman
- License: mit
- Created: 2023-08-16T14:40:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T12:25:10.000Z (5 months ago)
- Last Synced: 2024-06-14T18:45:02.291Z (5 months ago)
- Topics: code-gen, form, nextjs, react, shadcn-ui
- Language: TypeScript
- Homepage: https://formbuilder.kurdmake.com
- Size: 625 KB
- Stars: 171
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- awesome-shadcn-ui - form-builder - UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms. (Apps / Tools)
- awesome-shadcn-ui - Form Builder - UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms. (Tools)
- awesome-shadcn-ui - Form Builder - UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms. (Tools)
README
:warning: **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 .
![FormBuilder demo](./demo.png)
## 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