export default function Example() {
  return (
    <InputPassword
      errorMessage="Sorry, that password does not match our records. Please check your username or password and try again."
      error={true}
    />
  );
}