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,9 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
PassThrough is an innovative API to provide access to the internal DOM elements to add arbitrary attributes. In general, traditional UI component libraries encapsulate UI and logic with limited APIs that makes the developers dependant on
the library maintainer to extend this API by adding new props or events. With <NuxtLink to="/passthrough">PassThrough</NuxtLink> this limitation has been eliminated since, you'll be able to access the internal of the components to add
events and attributes. Some common use-cases are adding test attributes, additional aria attributes, custom events and styling.
</p>
</DocSectionText>
</template>