<template> <DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs"> <h3>Screen Reader</h3> <p>Ripple element has the <i>aria-hidden</i> attribute as true so that it gets ignored by the screen readers.</p> <h3>Keyboard Support</h3> <p>Component does not include any interactive elements.</p> </DocSectionText> </template>