mittwald Flow Logo

Components

PasswordCreationField

Das Password Creation Field unterstützt dem Nutzer sichere Passwörter zu erstellen. Über eine Visuelle Komplexität anzeige, wird es dem Nutzer erleichtert unsichere Passwörter zu erkennen und zu meiden.GitHub

Beispiel

import { PasswordCreationField } from "@mittwald/flow-react-components/PasswordCreationField";
import { Label } from "@mittwald/flow-react-components/Label";

<PasswordCreationField>
  <Label>Password</Label>
</PasswordCreationField>

Disabled

import { PasswordCreationField } from "@mittwald/flow-react-components/PasswordCreationField";
import { Label } from "@mittwald/flow-react-components/Label";

<PasswordCreationField isDisabled>
  <Label>Password</Label>
</PasswordCreationField>
Feedback geben