@sysvale/cuida 3.0.0-beta.31 → 3.0.0-beta.33

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 CHANGED
@@ -19,30 +19,15 @@ $ npm i @sysvale/cuida;
19
19
 
20
20
  ## Usando
21
21
 
22
- - Instale o bootstrap-vue como dependência:
23
-
24
- ```bash
25
- $ npm i @sysvale/cuida;
26
- ```
27
-
28
- - Para usar o bootstrap-vue, importe a biblioteca no seu entry point, provavelmente vai ser seu main.js ou app.js:
29
-
30
- ```js
31
- import BootstrapVue from "bootstrap-vue";
32
- import "bootstrap/dist/css/bootstrap.css";
33
- import "bootstrap-vue/dist/bootstrap-vue.css";
34
- ```
35
-
36
- - Instale o bootstrap-vue com:
22
+ - Para usar o cuida, importe a biblioteca no seu entry point, provavelmente vai ser seu main.js ou app.js:
37
23
 
38
24
  ```js
39
- $ npm install bootstrap-vue bootstrap;
25
+ import Cuida from "@sysvale/cuida";
40
26
  ```
41
27
 
42
- - Para usar o cuida, importe a biblioteca no seu entry point, provavelmente vai ser seu main.js ou app.js:
43
-
28
+ - Importe os estilos do Cuida:
44
29
  ```js
45
- import Cuida from "@sysvale/cuida";
30
+ import '@sysvale/cuida/dist/style.css';
46
31
  ```
47
32
 
48
33
  - E instale o Cuida: