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

https://github.com/kryptxbsa/formbuilder

UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
https://github.com/kryptxbsa/formbuilder

code-gen form nextjs react shadcn-ui

Last synced: 11 days ago
JSON representation

UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.

Awesome Lists containing this project

README

        

# 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