@oottoo-core/oottoo-ui 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @oottoo-core/oottoo-ui
|
|
2
2
|
|
|
3
|
-
Componentes UI para Vue 3 -
|
|
3
|
+
Componentes UI para Vue 3 - Oottoo Core.
|
|
4
4
|
|
|
5
5
|
## 📦 Instalación
|
|
6
6
|
|
|
@@ -12,11 +12,11 @@ npm install @oottoo-core/oottoo-ui
|
|
|
12
12
|
|
|
13
13
|
```javascript
|
|
14
14
|
import { createApp } from 'vue'
|
|
15
|
-
import
|
|
15
|
+
import oottooUI from '@oottoo-core/oottoo-ui'
|
|
16
16
|
import '@oottoo-core/oottoo-ui/oottoo-ui.css'
|
|
17
17
|
|
|
18
18
|
const app = createApp(App)
|
|
19
|
-
app.use(
|
|
19
|
+
app.use(oottooUI)
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
## 🧩 Componentes
|
|
@@ -85,4 +85,4 @@ Requiere `@oottoo-core/oottoo-icons`:
|
|
|
85
85
|
|
|
86
86
|
## 📄 Licencia
|
|
87
87
|
|
|
88
|
-
MIT -
|
|
88
|
+
MIT - Oottoo Core Team
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oottoo-core/oottoo-ui",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Componentes UI para Vue 3 -
|
|
3
|
+
"version": "0.0.2",
|
|
4
|
+
"description": "Componentes UI para Vue 3 - Oottoo Core",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/oottoo-ui.umd.js",
|
|
7
7
|
"module": "./dist/oottoo-ui.es.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"ui",
|
|
28
28
|
"oottoo-core"
|
|
29
29
|
],
|
|
30
|
-
"author": "
|
|
30
|
+
"author": "Oottoo Core Team",
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@vitejs/plugin-vue": "^5.2.4",
|