You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,24 @@ The official working repository for V1 of Chakra UI Vue with Vue 3 support.
9
9
yarn install
10
10
```
11
11
12
-
### Build components
12
+
### Watch components
13
13
```bash
14
-
yarn build
15
-
```
16
-
17
-
### Bootstrap and link packages
18
-
```bash
19
-
yarn bootstrap
14
+
yarn start
20
15
```
21
16
22
17
### Component playground (based on vite)
23
18
```bash
24
-
yarn dev
19
+
# In one background terminal (Only needs to be run once)
20
+
yarn start
21
+
22
+
# In another terminal
23
+
yarn playground:dev
25
24
```
26
25
27
26
## Development Guide
28
27
### Major todos:
29
-
-[] Documentation
30
-
-[] Accessibility JS hooks (Documented in Roadmap)
28
+
-[-] Documentation (WIP)
29
+
-[-] Accessibility JS hooks (WIP, Documented in Roadmap)
31
30
32
31
### Creating a new commit message
33
32
The commits follow the [conventional commit format](https://www.conventionalcommits.org/). Husky is setup to lint your commit messages to match this format.
Form control component is used to manage form controls such input fields checkbox and radio buttons it provides components and context that make your form fields accessible by default
"description": "Chakra UI Vue | Form control component is used to manage form controls such input fields checkbox and radio buttons it provides components and context that make your form fields accessible by default component",
* Hey! Welcome to @chakra-ui/vue-next CFormControl
3
+
*
4
+
* Form control component is used to manage form controls such input fields checkbox and radio buttons it provides components and context that make your form fields accessible by default
0 commit comments