Files
lucide/docs/showcase.md

23 lines
408 B
Markdown
Raw Normal View History

---
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>