idowald

Results 2 comments of idowald

@Timopheym sorry brother, we re-created this entire component in our private repo, from scratch. it isn't easy task, just don't use this library if it's important to you

Also can be nice to support React hooks ``` interface Props { isVisible?: boolean; mandatoryField: boolean } const Component = ({isVisible = true, mandatoryField}: Props) =>({isVisible} {mandatoryField}); ```