We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a9eac commit df84cbbCopy full SHA for df84cbb
apps/docs/src/components/docs/DocsFeedback.vue
@@ -105,6 +105,7 @@
105
:key="option.value"
106
:aria-label="option.label"
107
class="inline-flex items-center justify-center w-10 h-10 rounded-lg border border-transparent hover:border-divider hover:bg-surface-variant transition-colors text-xl"
108
+ :title="option.label"
109
type="button"
110
@click="selectRating(option.value)"
111
>
0 commit comments