PasswordField
- React
To implement PasswordField component into your project you'll need to add the import:
import { PasswordField } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<PasswordField label="Label" />
To implement PasswordField component into your project you'll need to add the import:
import { PasswordField } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<PasswordField label="Label" />