Add Vue PasswordField component with readability toggling

This commit is contained in:
Bubka
2022-09-10 18:04:14 +02:00
parent 4348b7067b
commit f2c90fb924
4 changed files with 87 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import Button from './Button'
import FieldError from './FieldError'
import FormWrapper from './FormWrapper'
import FormField from './FormField'
import FormPasswordField from './FormPasswordField'
import FormSelect from './FormSelect'
import FormSwitch from './FormSwitch'
import FormToggle from './FormToggle'
@ -20,6 +21,7 @@ import SettingTabs from './SettingTabs'
FieldError,
FormWrapper,
FormField,
FormPasswordField,
FormSelect,
FormSwitch,
FormToggle,