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
Vuetify's Inline Form Fields Component Library offers a comprehensive collection of reusable UI components designed to create elegant and efficient inline form fields within your applications. With seamless integration into Vuetify's UI framework and a wide range of customizable options, developers can effortlessly incorporate inline fields that perfectly align with their application's needs.
23
+
24
+
Additionally, this library provides enhanced integration specifically tailored for usage within data tables. Developers can seamlessly integrate inline form fields directly into their data table cells, facilitating efficient inline editing and data manipulation. This feature empowers users to make changes directly within the table, streamlining the editing process and improving productivity.
23
25
24
26
25
27
## Development Playground
26
28
27
-
The `vuetify-inline-fields` is still a work in progress. If you would like to test the component library out, you can clone the repo and run the following commands:
29
+
The `vuetify-inline-fields` is still in beta. If you would like to test the component library out, you can clone the repo and run the following commands:
28
30
29
31
`pnpm i && pnpm play`
30
32
@@ -35,23 +37,22 @@ This will open up a Playground page that loads the file `./src/playground/Playgr
35
37
36
38
Using [pnpm](https://pnpm.io/):
37
39
```
38
-
pnpm add TBD
40
+
pnpm add vuetify-inline-fields
39
41
```
40
42
41
43
Using npm:
42
44
```
43
-
npm i TBD
45
+
npm i vuetify-inline-fields
44
46
```
45
47
46
48
## Documentation
47
49
48
-
Component is still in development. Documentation will be added once component is ready for production.
0 commit comments