Skip to content

Commit

Permalink
Update DefaultDoc.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Aug 23, 2023
1 parent b820cd5 commit 048cb9f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions doc/ripple/DefaultDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@
<p>Ripple is enabled by adding add <i>p-ripple</i> class to the target and attach the directive with the v- prefix.</p>
</DocSectionText>
<div class="card flex justify-content-center align-items-center">
<div
v-ripple="{
pt: {
root: 'bg-yellow-400'
}
}"
class="p-ripple bg-primary flex select-none justify-content-center align-items-center shadow-2 border-round p-6 font-bold"
>
Default
</div>
<div v-ripple class="p-ripple bg-primary flex select-none justify-content-center align-items-center shadow-2 border-round p-6 font-bold">Default</div>
</div>
<DocSectionCode :code="code" />
</template>
Expand Down

0 comments on commit 048cb9f

Please sign in to comment.