docs: add widget

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-01-22 14:43:57 +01:00
parent f83fe7a0fc
commit ec5937e55c
3 changed files with 59 additions and 20 deletions

View File

@@ -71,6 +71,7 @@ export function FeatureCard({
<h3 className="text-lg font-semibold">{title}</h3>
<p className="text-sm text-muted-foreground">{description}</p>
</div>
{children}
</FeatureCardContainer>
);
}