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