Add container components

This commit is contained in:
araemer 2025-10-25 20:52:16 +02:00
parent b70554db10
commit f867cd3601
10 changed files with 184 additions and 107 deletions

View file

@ -2,7 +2,7 @@ import type {ReactNode} from "react";
import clsx from "clsx";
type HorizontalInputGroupLayoutProps = {
/** Content to render inside the header */
/** Content to render inside the group */
children: ReactNode;
/** Optional additional Tailwind classes */