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