Skip to content

Commit 2a388dd

Browse files
Abdulnasır OlcanAbdulnasır Olcan
authored andcommitted
🚀 readme updated
1 parent aba5f32 commit 2a388dd

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![npm](https://img.shields.io/npm/v/vue3-use-hooks?style=flat-square)](https://www.npmjs.com/package/vue3-use-hooks)
88
![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue3-use-hooks?style=flat-square)
9-
![npm](https://img.shields.io/npm/dm/vue3-use-hooks?style=flat-square)
9+
![npm](https://img.shields.io/npm/dt/vue3-use-hooks?style=flat-square)
1010
![GitHub license](https://img.shields.io/npm/l/vue3-use-hooks?style=flat-square)
1111

1212
</div>
@@ -15,6 +15,10 @@
1515

1616
Vue Use Hooks implemented as vue composition functions.
1717

18+
## :rocket: Example
19+
20+
Check our [example](https://vue3-use-hooks.vercel.app)
21+
1822
## :package: Installation
1923

2024
```bash
@@ -138,4 +142,6 @@ const { camelCase, kebabCase, pascalCase, upperCase, lowerCase, sentenceCase, ca
138142

139143
## License
140144

141-
MIT
145+
<div calign="center">
146+
🍁 MIT Licensed | Copyright © 2022-present Abdulnasır Olcan and @Vue3UseHooks contributors
147+
</div>

example/vue3/src/App.vue

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
<template>
22
<nav>
3-
<router-link class="router-list" to="/use-state-hook" active-class="active">useState</router-link>
4-
<router-link class="router-list" to="/use-modal-hook" active-class="active">useModal</router-link>
5-
<router-link class="router-list" to="/use-string-case-hook" active-class="active">useStringCase</router-link>
3+
<router-link class="router-list" to="/use-state-hook" active-class="active"
4+
>useState</router-link
5+
>
6+
<router-link class="router-list" to="/use-modal-hook" active-class="active"
7+
>useModal</router-link
8+
>
9+
<router-link class="router-list" to="/use-string-case-hook" active-class="active"
10+
>useStringCase</router-link
11+
>
612
</nav>
713
<router-view class="padding"></router-view>
814
<footer>
9-
<p>Abdulnasır OLCAN</p>
15+
<p>
16+
🍁 MIT Licensed | Copyright © 2022-present Abdulnasır Olcan and @Vue3UseHooks contributors
17+
</p>
1018
</footer>
1119
</template>
1220

13-
1421
<style scoped>
1522
.router-list {
1623
background-color: #f4f4f4;
@@ -22,4 +29,4 @@
2229
.padding {
2330
padding: 1em 2em;
2431
}
25-
</style>
32+
</style>

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-use-hooks",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "vue3 use hooks",
55
"author": "Abdulnasır OLCAN",
66
"license": "MIT",
@@ -40,8 +40,10 @@
4040
"vue-use",
4141
"vue-use-hooks",
4242
"vue-composable",
43+
"vue3-composable",
4344
"use-hooks",
44-
"component"
45+
"vue-hooks",
46+
"vue3-hooks"
4547
],
4648
"files": [
4749
"dist/*.js"

0 commit comments

Comments
 (0)