Skip to content

Commit 4e6e7f4

Browse files
Update copy
1 parent fa940bb commit 4e6e7f4

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<!-- <p align="center">
1+
<p align="center">
22
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-inline-fields/main/src/assets/vuetify-logo.svg">
3-
</p> -->
3+
</p>
44

55
<p>
6-
<h1 align="center">Vuetify Inline Fields (alpha)</h1>
6+
<h1 align="center">Vuetify Inline Fields (beta)</h1>
77
</p>
88

99
<p align="center">
10-
<!-- <a href="https://www.npmjs.com/package/vuetify-inline-fields">
10+
<a href="https://www.npmjs.com/package/vuetify-inline-fields">
1111
<img src="https://img.shields.io/npm/v/vuetify-inline-fields?color=1867c0&logo=npm" alt="NPM Package">
1212
</a>
13-
&nbsp; -->
13+
&nbsp;
1414
<a href="https://github.com/webdevnerdstuff/vuetify-inline-fields">
1515
<img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github" alt="@WebDevNerdStuff">
1616
</a>
@@ -19,12 +19,14 @@
1919

2020
## Description
2121

22-
TBD
22+
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.
2325

2426

2527
## Development Playground
2628

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:
2830

2931
`pnpm i && pnpm play`
3032

@@ -35,18 +37,17 @@ This will open up a Playground page that loads the file `./src/playground/Playgr
3537

3638
Using [pnpm](https://pnpm.io/):
3739
```
38-
pnpm add TBD
40+
pnpm add vuetify-inline-fields
3941
```
4042

4143
Using npm:
4244
```
43-
npm i TBD
45+
npm i vuetify-inline-fields
4446
```
4547

4648
## Documentation
4749

48-
Component is still in development. Documentation will be added once component is ready for production.
49-
<!-- [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-inline-fields/) -->
50+
[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-inline-fields/)
5051

5152
## Dependencies
5253

0 commit comments

Comments
 (0)