formio / angular

JSON powered forms for Angular
https://formio.github.io/angular-demo
MIT License
613 stars 461 forks source link

Using with Angular Material #1067

Open erviem99 opened 1 month ago

erviem99 commented 1 month ago

We are using Angular Material (Angular 17) and need dynamic forms generation. Form.io looks exactely like what we need. We are a little worried about the look and feel of the generated forms though.

We noticed there is a deprecated project for using form.io with Angular Material here: https://github.com/formio/angular-material. This looks like what we really want, but...

It the Material design supported out of the box with this project, or do we have to build all the custom templates ourselves to get the right look and feel?

If all components are rendered using Angular Material, is there a requirement to use a custom CSS framework with Form.io, because we do not really have any need for that right now using Angular Material and Flexbox.