--- import Layout from '../layouts/MainLayout.astro'; import Card from '../components/Card.astro'; import {Markdown} from 'astro/components'; import themes from '../data/themes.json'; import components from '../data/components.json'; --- ## Featured Theme
{themes.community.map((item)=>())}
## Official Themes Astro maintains several official themes for documentation sites, portfolios, and more.
{themes.official.map((item)=>())}
## Featured Packages Our package ecosystem is growing! Check out these featured community packages. Search the entire collection [on npm.](https://www.npmjs.com/search?q=keywords%3Aastro-component)
{components.community.map((item)=>())}
> Want to see your own work featured? [Share it to Discord!](https://astro.build/chat) We'll often take our favorites from the `#showcase` channel and post them here.