import * as React from 'react'import { PasswordInput } from '@welcome-ui/password-input'const Example = () => {return <PasswordInput name="password" placeholder="Enter your password" />}export default Example
Installation
1
Run the following command:
yarn add @welcome-ui/password-input
2
Import component:
import { PasswordInput } from '@welcome-ui/password-input'