first commit
This commit is contained in:
5
src/components/forms/FormItem.tsx
Normal file
5
src/components/forms/FormItem.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export function FormItem(props: React.PropsWithChildren) {
|
||||
return <div style={{ display: "grid", gap: 12 }}>{props.children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user