-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting another UI framework (i.e. SemanticUI) #125
Comments
As far as I can see, SemanticUI relies on jQuery and mutable observers, which worries me to the highest level and is something we don't plan to support in any way in the future. If you're only speaking of CSS here, and admitted that SemanticUI supports a pure CSS mode, the plan would indeed be to craft custom components (SchemaField, fields and/or widgets) to reflect the expected HTML semantics. |
Hi. I am only interested in html and css part for now. |
I'm looking at https://github.com/nilportugues/react-jsonschema-form-semanticui .. will try to circle back around and share what i find |
@zenflow curious what your findings are |
Prerequisites
Description
I want to use this lib in a project that is built with SemanticUI instead of Bootstrap.
The documentation is pretty extensive in how to customize Froms to create aditional widgets, fields, themes, and so on. But the core components are (I guess) tight to Bootstrap HTML/classnames.
How should I proceed to use another UI library like semantic UI.
Can/should I for instance change the default widgets used for strings/dates/booleans/etc...
The text was updated successfully, but these errors were encountered: