Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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