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.GitHubBeispiel
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>