Skip to content

Commit

Permalink
Added description
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Aug 16, 2022
1 parent d1706ea commit 7c5bbbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export type InputWrapperProps = {
children: ReactNode
} & HTMLAttributes<HTMLDivElement>

/** InputWrapper is a internal skeleton component for structering form elements */
export const InputWrapper = forwardRef<HTMLDivElement, InputWrapperProps>(
function InputWrapper(
{ children, color, label, labelProps = {}, helperProps = {}, ...other },
Expand Down

0 comments on commit 7c5bbbf

Please sign in to comment.