wave-ui icon indicating copy to clipboard operation
wave-ui copied to clipboard

A UI framework for Vue.js (2 & 3) with only the bright side. ☀️

Results 34 wave-ui issues
Sort by recently updated
recently updated
newest added

Based on the documentation, it looks like you're supposed to be able to reset a form's validation by programmatically setting it's `v-model` value to `null`. This doesn't seem to work....

Hello You documentation says that Nuxt does not yet support Vue 3 and therefore your documentation is for Vue 2. But since writing that, Nuxt now support Vue 3. Could...

Feature request

Nice library, really clean. I checked it out because it was an early adopter of Vue 3, but Typescript is a requirement for me. Are there any plans to support...

Feature request

[_icons.scss](https://github.com/antoniandre/wave-ui/blob/714748f1b03bea20cdf7f78c6a26866c5694a36d/src/wave-ui/scss/_icons.scss#L4) uses a data: uri. This can be blocked by strict content security policies. Could the font just be moved to an actual asset file?

Hi, I'm not so sure if this feature is available because i don't see in the documentation but if doesn't have, i would suggest to have this in input field.

Feature request

Hi This is not really an issue, more of a comment / feature request. I know that the Table is still under development, but as bare minimum for us, it...

Feature request

Can not use "this.$waveui.notify" not compatible with Vite and Vue3 is there any ways to use notification function with Vite and Vue3 instead of using `` Thank for reviewing my...

e.g the tree panel at left,

Feature request

Currently we have the lovely `css-scope` property which we can override as documented [here](https://antoniandre.github.io/wave-ui/customization#give-wave-ui-css-more-priority). If this is set with a 2 level, or deeper, specificity such as `$css-scope:'.w-app .app'` then...

Currently with the `w-table` pagination if you adjust the `pagination.page` value a watcher is fired off to re-calculate the pagination values so they're adjusted correctly. The method that gets called...