Mazel

Results 65 comments of Mazel

Maybe it's because by default the active button of the pagination of the "theme" color. It's a little bit confusing because the color "theme" of MazBtn is made to work...

You are absolutely right, the text colors are reversed. I will patch this mistake, but I have to find a solution to not break other users' applications by reversing text...

Hi @ncls-alien, This mistake is finally fixed in v4! - **Theme documentation**: https://maz-ui.com/guide/themes - **Migration guide**: https://maz-ui.com/guide/migration-v4 - **Vue guide**: https://maz-ui.com/guide/vue - **Nuxt guide**: Vue guide: https://maz-ui.com/guide/nuxt Thanks for your...

I already set the repository url: ```json { "repository": { "type": "git", "url": "https://github.com/zadigetvoltaire/nuxt-gtm.git" }, } ``` I downgraded the version to 0.5.1 and it's working well. If I delete...

Hi @nabilachtioui, I will add a CSS rules `overflow: auto` to the table wrapper to fix it. In the meantime you can add it yourself: ```html ... ```

Ah ouais au temps pour moi, ça ne s'applique pas au bon élément. En attendant la MAJ tu peux appliquer le CSS sur le bon élément (.m-table-wrapper) : Cod dispo...

Yes @caio-emidio, this is planned even before v4 :)

Follow this contributing doc: https://github.com/LouisMazel/maz-ui/blob/master/CONTRIBUTING.md Let me know if you have any questions

Hi @MaxenRace, Do you have a reproduction link please? You can fork this : https://stackblitz.com/edit/maz-ui-vue3-table?file=src/App.vue