-
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
A 'raw' theme, without any styles applied #4492
Comments
If this is useful, I think this would be great to have in v6. We could move Bootstrap 3 to its own theme, and perhaps deprecate it depending on how useful it is to maintain. @heath-freenome What do you think about this effort? @joesaunderson Would you be interested in taking on this work? We're currently putting changes for v6 on the |
I can definitely help... just might need some pointers! I assume it's just making the core theme have no classes? And releasing that? |
And any ideas for the 2) part welcome... where should these classes be passed? As props to the Form component maybe? Or new part of the UI schema? |
@joesaunderson We still want to leave marker classes, but maybe prefix them with In some cases, you will have to implement generic templates in I am willing to spend an hour or two with you next week to go over my thoughts with you in a discord live session. |
Prerequisites
What theme are you using?
core
Is your feature request related to a problem? Please describe.
I would like to control the UI of the form, but currently using the "core" library assumes usage of Bootstrap.
Describe the solution you'd like
Describe alternatives you've considered
What I am currently doing is copying all the code for the core library, and adding a class to style with CSS.
I don't like this approach as this also duplicates logic (and I'm not changing any of that, literally adding a class, so I can then override bootstrap) - I feel this leaves me vulnerable to breaking changes.
The text was updated successfully, but these errors were encountered: