--- 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 Themes Astro is supported by a growing ecosystem of third-pary themes and components.
{themes.community.map((item)=>())}
## Official Themes Astro maintains several official themes for common use-cases like documentation, portfolios, and more.
{themes.official.map((item)=>())}
## Featured Packages Our package ecosystem is growing! Check out these featured community packages.
{components.community.map((item)=>())}