返回 slidev
addon-gallery.md
根目录 / docs / resources / addon-gallery.md
1 ---
2 aside: false
3 ---
4
5 <script setup>
6 import AddonGallery from '../.vitepress/theme/components/AddonGallery.vue'
7 </script>
8
9 # Addon Gallery
10
11 Browse awesome addons available for Slidev here.
12
13 Read more about <LinkInline link="guide/theme-addon#use-addon" /> to use them, and <LinkInline link="guide/write-addon" /> to create your own addon.
14
15 <!-- ## Official Addons
16
17 <ClientOnly>
18 <AddonGallery collection="official"/>
19 </ClientOnly> -->
20
21 ## Community Addons
22
23 Here are the curated addons made by the community.
24
25 <!-- Edit in ./docs/.vitepress/addons.ts -->
26 <ClientOnly>
27 <AddonGallery collection="community"/>
28 </ClientOnly>
29
30 ## More Addons
31
32 Find all the [addons available on NPM](https://www.npmjs.com/search?q=keywords%3Aslidev-addon).
33
33 lines MARKDOWN