mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Add tailwind and css module docs
This commit is contained in:
parent
475cc0a308
commit
1d172b800c
3 changed files with 41 additions and 2 deletions
|
@ -10,6 +10,10 @@
|
|||
</div>
|
||||
<DocSectionCode :code="code1" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
|
||||
<DocSectionCode :code="code2" hideToggleCode hideCodeSandbox hideStackBlitz />
|
||||
<p>An in-depth video tutorial is available to cover advanced uses cases with Pass Through props.</p>
|
||||
<div class="video-container">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/n5zvMo7ykgw?si=lw1dGEHclmhIfZTr" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -29,8 +33,7 @@ export default {
|
|||
},
|
||||
|
||||
code2: {
|
||||
basic: `
|
||||
<template>
|
||||
basic: `<template>
|
||||
<InputText :class="$style.myinput" placeholder="Search" />
|
||||
</template>`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue