Skip to content

Commit

Permalink
Added description
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 5, 2022
1 parent 146855d commit 8864792
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 8864792

Please sign in to comment.