PasswordField API
Learn about the PasswordField component's props and CSS classes.Import
import { PasswordFieldProps } from "@prismane/core";
Props
PasswordField
extends Field component's props.
CSS
PasswordField
extends Field component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismanePasswordField-root | The container of the password field component. |
label | .PrismanePasswordField-label | The label container of the field component. |
error | .PrismanePasswordField-error | The error container of the field component. |