Skip to content

Commit f7887b8

Browse files
authored
Vue3 form field components
Vue3 form field components with search and passowrd validation.
1 parent 8d7c310 commit f7887b8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Vue3 input components
1+
# Vue3 form field components
22

3-
Vue3 form input components (select, phone prefix, checkbox, radio, input, textarea, password with validation).
3+
Vue3 form field components with search and passowrd validation.
44

55
## Inputs (light/dark mode)
66

77
- Input
8-
- Select
98
- Textarea
9+
- Select (search)
1010
- Password (validation)
1111
- Radiobox (select one)
1212
- Checkbox (multiple, single)
13-
- Phone prefix (flags, country, code)
13+
- Phone prefix (flags emoji, country name, country code)
1414

1515
## Import fonts
1616

@@ -26,13 +26,17 @@ html, input, select, textarea, option, label, div {
2626
label i {
2727
float: right;
2828
}
29+
30+
h1.full {
31+
text-align: left;
32+
}
2933
```
3034

3135
## Demo page
3236

3337
<https://github.com/atomjoy/vue3-input/blob/main/input/example/DemoPageView.vue>
3438

35-
## RWD style, dark mode
39+
## RWD settings and dark mode style
3640

3741
Style in input-root.css
3842

0 commit comments

Comments
 (0)