vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

🐉 Vue Component Framework

Results 1140 vuetify issues
Sort by recently updated
recently updated
newest added

### Environment **Vuetify Version:** 3.8.8 **Last working version:** 3.8.5 **Vue Version:** 3.5.16 **Browsers:** Chrome 137.0.0.0 **OS:** Windows 10 ### Steps to reproduce useRules() composable now accepts a function, and this...

T: bug
E: rules

### Problem to solve When using the router integration of v-tabs (i.e. setting `:to`) the slider does not disappear after navigating to a new route which is not the target...

T: feature
C: VTabs

### Problem to solve Currently there is no support for vue-router for the v-icon-btn. (e.g. ``. The docs propose to wrap it in a `router-link` which is a bit cumbersome....

C: VBtn
S: triage

### Environment **Vuetify Version:** 3.7.14 **Vue Version:** 3.5.13 **Browsers:** Edge 133.0.0.0 **OS:** Windows 10 ### Steps to reproduce Open the link, you will see that the end of the vertical...

T: question
C: VTabs

`letter-spacing` requires `text-indent` to make the button content appear centered (especially with numbers in `.v-btn--icon` that appear in VDatePicker). RTL layout requires negative offset. Before: ![image](https://github.com/user-attachments/assets/b4123994-832e-4b2e-9929-aaf129494506) After: ![image](https://github.com/user-attachments/assets/1de63d9c-35d3-4949-beed-fe18abb22f10)

T: bug
C: VBtn
i18n

## Description fixed #21242 added aria-label attribute to v-tooltip ## Markup: ```vue Hover Over Me ``` axe output before change: ![image](https://github.com/user-attachments/assets/fe9cffa4-b770-4779-bf28-04dea99c6943) after the change: ![image](https://github.com/user-attachments/assets/857f986c-f6fa-471d-a032-2f6c96c0c70d)

T: bug
a11y
C: VTooltip

### Environment **Browsers:** Firefox 119.0 **OS:** Linux x86_64 ### Steps to reproduce try to import `VuetifyDateAdapter` from `'vuetify/date/adapters/vuetify'` as stated [here](https://github.com/vuetifyjs/vuetify/blob/dev/packages/docs/src/pages/en/features/dates.md#usage) ### Expected Behavior import works ### Actual Behavior import...

T: documentation

## Description closes #19914

T: documentation

## Description resolves #19539 A quick note in regards to normalized values in `VProgressLinear`. ## Markup: N/A

T: documentation
C: VProgressLinear

## Description fixes #19873 ## Markup: ```vue Column 1 {{ item.col1 }} Column 2 {{ item.col2 }} Column 3 {{ item.col3 }} const headers = [ { title: 'Column 1',...