Add introduction doc

This commit is contained in:
Cagatay Civici 2023-12-27 00:24:05 +03:00
parent 0615d3ade5
commit 49b2c2cda0
7 changed files with 124 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
PrimeVue has WCAG 2.1 AA level compliance; each component has a dedicated accessibility section to document several aspects, including keyboard and screen reader support. Through communication channels such as GitHub or Discord, numerous
accessibility experts worldwide continue to provide constant feedback to improve the accessibility features further. View the <NuxtLink to="/guides/accessibility">accessibility guide</NuxtLink> to learn more.
</p>
</DocSectionText>
</template>