You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our mdb components (specifically pickers, ripple, stepper, timepicker) we still use bootstrap classes or our custom ones (for example
the classes .form-control, .block, but most of all the dialog classes, i.e. .datepicker-backdrop, .datepicker-modal-container etc). It is similar in bootstrap components, because, for example, in dropdown we use the .dropdown-menu or .dropdown-item classes. All these classes should be rewritten to tw both in html and js (both static and dynamic). When it's ready, we need to remove bsComponents from src / js / plugin.js, because that's where our custom code came in.
Finally, we need to delete the folders ./scss/bs and ./scss/mdb, the index.scss file and also cdn.scss (here we only need to correct the configuration so that we can switch from cdn to taiwind)
In our mdb components (specifically pickers, ripple, stepper, timepicker) we still use bootstrap classes or our custom ones (for example
the classes .form-control, .block, but most of all the dialog classes, i.e. .datepicker-backdrop, .datepicker-modal-container etc). It is similar in bootstrap components, because, for example, in dropdown we use the .dropdown-menu or .dropdown-item classes. All these classes should be rewritten to tw both in html and js (both static and dynamic). When it's ready, we need to remove bsComponents from src / js / plugin.js, because that's where our custom code came in.
Finally, we need to delete the folders ./scss/bs and ./scss/mdb, the index.scss file and also cdn.scss (here we only need to correct the configuration so that we can switch from cdn to taiwind)
Bootstrap
MDB
The text was updated successfully, but these errors were encountered: