mdbootstrap / mdbsvelte

Svelte Bootstrap with Material Design
https://saurav.tech/mdbsvelte/
MIT License
69 stars 7 forks source link

Bootstrap 5? #28

Open huyz opened 2 years ago

huyz commented 2 years ago

Anyone working on upgrading this to Bootstrap 5?

SauravKanchan commented 2 years ago

Sorry, right now no one is working on this. I will update here if anybody starts working

ohmree commented 1 year ago

Sorry, right now no one is working on this. I will update here if anybody starts working

Hi and sorry for the necro post.
Out of curiosity: what would it take to get this done?
Please don't put too much effort into explaining this as I'm not even sure I'm skilled enough to be able to contribute but I might give it a shot someday for fun if I feel like it's in my skill range.

One thing I think would be great in a hypothetical bootstrap 5 version is migrating to sveltekit, it provides a really nice opinionated structure and tooling for creating libraries along with their documentation sites from the same project (script and component files in src/lib are preprocessed, transpiled and bundled into the library and files in src/routes are used to generate the documentation site).

I made a tiny component library like this before and SK was really nice to work with (although the codebase is probably pretty outdated by now, SK has changed quite a bit since I wrote this).