mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Adjust spacing
This commit is contained in:
parent
0d5b167d45
commit
b4f2c00dce
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>
|
||||
<p class="mb-0">
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue