Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-ui-core): add aria label to vertical nav toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Sep 16, 2024
1 parent c947849 commit edda55e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ defineProps<Props>()

<template>
<button
type="button"
:aria-label="`Toggle ${text} menu`"
class="rpl-vertical-nav__item rpl-vertical-nav__toggle rpl-u-focusable-block"
>
<span class="rpl-vertical-nav__toggle-text">{{ text }}</span>
Expand Down

0 comments on commit edda55e

Please sign in to comment.