Skip to content

Commit

Permalink
chore: primitives-nuxt readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Sep 13, 2023
1 parent 0ab6fd3 commit 5bdd676
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ Enter the component you want most in the components, leave the emojis and follow
| [Tooltip](https://oku-ui.com/primitives/components/tooltip) | <span><a href="https://www.npmjs.com/package/@oku-ui/tooltip "><img src="https://img.shields.io/npm/v/@oku-ui/tooltip?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a> </span> | <span> <a href="https://www.npmjs.com/package/@oku-ui/tooltip"> <img src="https://img.shields.io/npm/dm/@oku-ui/tooltip?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"> </a> </span> | <span> <a href="https://oku-ui.com/primitives/components/tooltip"><img src="https://img.shields.io/badge/Open%20Documentation-18181B" alt="Website"></a> </span> |
[Primitives](https://oku-ui.com/primitives) | <span><a href="https://www.npmjs.com/package/@oku-ui/primitives "><img src="https://img.shields.io/npm/v/@oku-ui/primitives?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a> </span> | <span> <a href="https://www.npmjs.com/package/@oku-ui/primitives"> <img src="https://img.shields.io/npm/dm/@oku-ui/primitives?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"> </a> </span> | <span> <a href="https://oku-ui.com/primitives/components/primitives"><img src="https://img.shields.io/badge/Open%20Documentation-18181B" alt="Website"></a> </span> |


## Utils

[Nuxt Module](https://oku-ui.com/primitives/introduction/nuxt) | <span><a href="https://www.npmjs.com/package/@oku-ui/primitives-nuxt"><img src="https://img.shields.io/npm/v/@oku-ui/primitives-nuxt?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a> </span> | <span> <a href="https://www.npmjs.com/package/@oku-ui/primitives-nuxt"> <img src="https://img.shields.io/npm/dm/@oku-ui/primitives-nuxt?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"> </a> </span> | <span> <a href="ttps://oku-ui.com/primitives/introduction/nuxt"><img src="https://img.shields.io/badge/Open%20Documentation-18181B" alt="Website"></a> </span> |

## Community

- [Discord](https://chat.productdevbook.com) - To get involved with the Oku community, ask questions and share tips.
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-nuxt/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Primitives Nuxt Module
Oku Primitives Nuxt Module

![@oku-ui/primitives-nuxt](./../../.github/assets/og/oku-primitives-nuxt.png)
![@oku-ui/primitives-nuxt](./../../.github/assets/og/oku-primitives-nuxt.jpg)

<span><a href="https://www.npmjs.com/package/@oku-ui/primitives-nuxt"><img src="https://img.shields.io/npm/v/@oku-ui/primitives-nuxt?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a> </span> | <span> <a href="https://www.npmjs.com/package/@oku-ui/primitives-nuxt"> <img src="https://img.shields.io/npm/dm/@oku-ui/primitives-nuxt?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"> </a> </span> | <span> <a href="https://oku-ui.com/primitives/components/primitives-nuxt"><img src="https://img.shields.io/badge/Open%20Documentation-18181B" alt="Website"></a> </span>

Expand Down
10 changes: 9 additions & 1 deletion packages/primitives-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oku-ui/primitives-nuxt",
"type": "module",
"version": "0.1.0",
"version": "0.1.2",
"description": "Oku Primitives for Nuxt Module",
"license": "MIT",
"funding": "https://github.com/sponsors/productdevbook",
Expand All @@ -14,6 +14,14 @@
"bugs": {
"url": "https://github.com/oku-ui/primitives/issues"
},
"keywords": [
"nuxt",
"nuxt-module",
"nuxtjs",
"oku",
"oku-ui",
"primitives"
],
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand Down

0 comments on commit 5bdd676

Please sign in to comment.