Add accessibility doc

pull/7362/head
Cagatay Civici 2025-03-03 18:00:31 +03:00
parent 69ebbb02cf
commit b42fb9e2c1
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@
class="inline-flex rounded-full px-3 py-1 bg-surface-200 hover:bg-surface-300 transition-all duration-200 gap-2 items-center text-sm text-surface-900 dark:bg-surface-800 dark:hover:bg-surface-700"
><span class="text-surface-900 dark:text-surface-50 font-medium">PassThrough Doc</span><i class="pi pi-external-link text-xs text-surface-900 dark:text-surface-50"></i
></a>
<a
:href="`https://primevue.org${originPath}/#accessibility`"
target="_blank"
rel="noopener noreferrer"
class="inline-flex rounded-full px-3 py-1 bg-surface-200 hover:bg-surface-300 transition-all duration-200 gap-2 items-center text-sm text-surface-900 dark:bg-surface-800 dark:hover:bg-surface-700"
><span class="text-surface-900 dark:text-surface-50 font-medium">Accessibility</span><i class="pi pi-external-link text-xs text-surface-900 dark:text-surface-50"></i
></a>
</div>
</div>
<DocSections :docs="componentDocs" />