Add container components
This commit is contained in:
parent
b70554db10
commit
f867cd3601
10 changed files with 184 additions and 107 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue