Form
Cool form components..
Form Example
Props
Form
children: React.ReactNode, className?: string, action: stringFormHeading
heading: string, className?: stringFormInput
label: string, type: string, name?: string, placeholder?: string, inputClassName?: string, labelClassName?: string, onChangeAction?: (e: React.ChangeEvent<HTMLInputElement>) => voidFormSubmit
text: string, onSubmitAction?: () => void, className?: string