andrewhathaway / Winterfell

Generate complex, validated and extendable JSON-based forms in React.
http://winterfell.andrewhathaway.net
MIT License
785 stars 116 forks source link

Support for front-end UI frameworks #28

Closed abigtoe closed 9 years ago

abigtoe commented 9 years ago

Any thought about add a custom theming feature so one could slip in UI frameworks like Material-UI or even (god forbid) Bootstrap.

I would mark this as a question, not issue, but I don't know how to do so

andrewhathaway commented 9 years ago

Hey @abigtoe.

Winterfell is built with the idea in mind that is flexible for your needs. You can add custom classes to types of elements around the instance of Winterfell, defined in the schema.

You can find information regarding settings classes in the README. Fun fact, the Winterfell demo site uses Boostrap!

Thanks.