docs: update examples

This commit is contained in:
bcakmakoglu
2022-05-27 23:36:01 +02:00
committed by Braks
parent d55aba3f17
commit 8e3f1a394d
14 changed files with 170 additions and 103 deletions
+6 -4
View File
@@ -11,8 +11,10 @@ footer: MIT Licensed | Copyright © 2021-present Burak Cakmakoglu
<Banner />
</Suspense>
<Features />
<client-only>
<Features />
<XyzTransition :appear-visible="true" xyz="fade down ease-out-back">
<Acknowledgement />
</XyzTransition>
<XyzTransition appear-visible xyz="fade down ease-out-back">
<Acknowledgement />
</XyzTransition>
</client-only>