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

### Description * Add [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility) * Add ["plugin:vuejs-accessibility/recommended"](https://vue-a11y.github.io/eslint-plugin-vuejs-accessibility/) eslint rule. * Update all components to fullfill the recommended a11y rules. ### Why Oruga need this feature Accessibility is a big...

a11y
contributions welcome

### Overview of the problem **Oruga** version: [0.8.X] ### Description In the current implementation of the table component, each element of the table data property (which is a user-defined array)...

bug
enhancement

### Overview of the problem **Oruga** version: [0.7.0] **Vuejs** version: [3.2.13] **OS/Browser**:Chrome ### Description Searching on numeric camps not working as expected, "Peso" column is a string with the weight...

### Description A responsive navbar appears on the top of the page. It has a logo and multiple navbar elements, which can be positioned to the left, middle or right....

feature

## Description Add a navbar component as provided by Bulma and Bootstrap: https://buefy.org/documentation/navbar https://getbootstrap.com/docs/5.3/components/navbar/ ## Why Oruga need this feature Adding a navigation bar is a must for a website....

feature

### Description Add a card component as provided by Bulma and Bootstrap: https://bulma.io/documentation/components/card/ https://getbootstrap.com/docs/5.3/components/card/ ### Why Oruga need this feature A card is a standard UI component. Several major CSS...

feature

### Overview of the problem **Oruga** version: [0.6.0] **Vuejs** version: [3.2] **OS/Browser**: android + chrome/vivaldi ### Description I encountered a problem in one of my apps lately : I can't...

help wanted

### Description https://bun.sh/ I tried to run bun with oruga but got next error ``` bun run serve $ vue-cli-service serve INFO Starting development server... 98% after emitting ERROR Failed...

enhancement
low priority

### Overview of the problem **Oruga** version: 0.6.0 **Vuejs** version: 3.3.4 **OS/Browser**: Chrome 112 ### Description `` renders its content twice. ### Steps to reproduce ```vue function log(m: string) {...

bug

### Overview of the problem **Oruga** version: 0.5.10 **Vuejs** version: 3.2.45 **OS/Browser**: Chrome and Edge on Linux (via Nighwatch e2e tests on Selenium Grid) ### Description When running Deque's aXe...

a11y