[BITV] Add title to Button component #3587
Labels
3. to review
Waiting for reviews
accessibility
Making sure we design for the widest range of people possible, including those who have disabilities
feature: button
Problem
To show a tooltip on a button we currently use v-tooltip. An example can be found in https://github.com/nextcloud/nextcloud-vue/blob/69639353d5994d0decf96dd8d7f53bd559bdb809/src/components/NcAppSidebar/NcAppSidebar.vue#L242-L250. Another example is the
files_sharing
app: nextcloud/server#35654.v-tooltip is not accessible and we want to migrate to native tooltips (title attribute) instead. An overview can be found in #2503.
Solution
Add a
title
prop to the Button component that will render astitle
attribute on the HTML element.The text was updated successfully, but these errors were encountered: