Skip to content
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

Remove bootstrap and mdb classes from components #1090

Closed
smolenski-mikolaj opened this issue Nov 8, 2022 · 0 comments · Fixed by #1107, #1123, #1131, #1144 or #1147
Closed

Remove bootstrap and mdb classes from components #1090

smolenski-mikolaj opened this issue Nov 8, 2022 · 0 comments · Fixed by #1107, #1123, #1131, #1144 or #1147
Assignees
Labels
Milestone

Comments

@smolenski-mikolaj
Copy link
Contributor

smolenski-mikolaj commented Nov 8, 2022

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

@smolenski-mikolaj smolenski-mikolaj moved this from Todo to In Progress in Tailwind Elements Nov 17, 2022
@smolenski-mikolaj smolenski-mikolaj removed a link to a pull request Nov 25, 2022
@smolenski-mikolaj smolenski-mikolaj added this to the v1.0.0-beta1 milestone Nov 29, 2022
@smolenski-mikolaj smolenski-mikolaj linked a pull request Dec 2, 2022 that will close this issue
@juujisai juujisai linked a pull request Dec 9, 2022 that will close this issue
@smolenski-mikolaj smolenski-mikolaj linked a pull request Dec 12, 2022 that will close this issue
@r-jacko r-jacko linked a pull request Jan 9, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in Tailwind Elements Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment