Mazel

Results 65 comments of Mazel

It's fixed in v4! Documentation of the component: https://maz-ui.com/components/maz-table Migration guide: https://maz-ui.com/guide/migration-v4 Vue: https://maz-ui.com/guide/vue Nuxt: https://maz-ui.com/guide/nuxt Tell me if have any questions

**Tips** To manage my monorepo versions and have the advantages of `changelogen` (beautiful changelog and release publish to github), I use `lerna` at first, and then I use `changelogen` to...

Hey there! I wanted to share that I've built a package that addresses these monorepo needs: [Relizy](https://www.npmjs.com/package/relizy) It's built on top of changelogen and handles monorepo workflows with features like:...

Hi @ali123plus, I think there is a conflict with both modules trying to assign their own logic on the $dialog property. In the nuxt config you can disable the installation...

Hello @amoza3, Yes, you can do it by using the `no-country-selector` property. But for the moment, there is no option not to render the phone number input (maybe in a...

If it's really needed, I can add a property like `no-phone-number-input` to simplify the implementation. Something like : ```vue import { ref } from 'vue' import MazPhoneNumberInput, { type CountryCode...

Not now, it's just a potential future feature. I'm currently working on V4. Then I might add this feature but no date For the moment, you have to use the...

Hi @amoza3, You can do it now with v4! You can enable the prop `hide-country-select` of the `MazInputPhoneNumber` component and connect it with the new component `MazSelectCountry` Tell me if...