oruga icon indicating copy to clipboard operation
oruga copied to clipboard

🐛 Oruga is a lightweight library of UI components without any CSS framework dependency

Results 131 oruga issues
Sort by recently updated
recently updated
newest added

The number of times it's really useful to have a global progress bar, similar to https://hilongjw.github.io/vue-progressbar/index.html I am recommending it because I trust Oruga, more than any other library. It...

feature

### Description You can assign me to do this ### Why Oruga need this feature To include all the components that Front-end developers use in their projects

feature

### Description You can assign me to do this for OrugaUI ### Why Oruga need this feature To include all possible components that front-end developers use in their projects

feature

Add Menu component

enhancement

# Description The Oruga radio button's colour is controlled with CSS variable `--oruga-radio-active-background-color`. However, changing this variable globally does not change the colour of the button. Here's why: ```css .o-radio__check--checked...

### Overview of the problem **Oruga** version: [0.5.5] **Vuejs** version: [3.2.37] **OS/Browser**: Chrome ### Description happens when **o-autocomplete** is used with **appendToBody** prop in a programmatic modal with **destroyOnHide** set...

bug

## Fixes added: loading props for button ## Proposed Changes Very helpful when running an ajax request on button click

### Description Please consider adding a documentation page with step-by-step instructions on how to switch from Buefy to Oruga + a Bulma theme. ### Why Oruga need this feature Users...

### Description I've tried to create a resolver for [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components). It works, but not for all components like dropdown, because there is one file for two components : dropdown and...

enhancement
low priority

Fixed o-field: message slot not passed down if horizonal === true ## Proposed Changes - FieldBody.vue checks this.parent.hasMessageSlot - if (this.parent.hasMessageSlot AND first) => render message slot

breaking