Files
lucide/docs/showcase.md

24 lines
424 B
Markdown

---
title: Showcase
layout: page
outline: 2
outlineTitle: Showcase
---
<script setup>
import PageContainer from '.vitepress/theme/components/PageContainer.vue'
import ShowcaseList from '.vitepress/theme/components/showcase/ShowcaseList.vue'
</script>
<div class="VPDoc content">
<PageContainer>
<ShowcaseList />
</PageContainer>
</div>
<style scoped>
.container {
margin: 0 auto;
max-width: 1200px;
}
</style>