Skip to content

Commit de9ac28

Browse files
Merge pull request #8 from webdevnerdstuff/dev
Dev
2 parents 46ca2c3 + 71c31b2 commit de9ac28

23 files changed

+5701
-32
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ lerna-debug.log*
99

1010
node_modules
1111
docs
12-
dist
1312
dist-ssr
1413
*.local
1514

@@ -27,4 +26,3 @@ dist-ssr
2726

2827

2928
src/plugin/**/*.bk.*
30-
src/plugin/shared

README.md

Lines changed: 13 additions & 12 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,23 +37,22 @@ 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

5354
[Vuetify v3](https://vuetifyjs.com/)
54-
[Vue 3](https://vuejs.org/)
55+
[Vue 3](https://vuejs.org/)
5556
[VueUse](https://vueuse.org/)
5657

5758

0 commit comments

Comments
 (0)