@vlalg-nimbus/nb-buttons 2.0.7 → 2.0.8

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
@@ -1,51 +1,51 @@
1
- # nb-buttons
2
- > This component is only for [Vue.js 3+](https://vuejs.org/)
3
-
4
- <br />
5
-
6
- This lib contains button components.
7
-
8
- ## Installation
9
-
10
- ```bash
11
- npm install @vlalg-nimbus/nb-buttons
12
-
13
- # or
14
-
15
- yarn add @vlalg-nimbus/nb-buttons
16
- ```
17
-
18
- ## Usage
19
-
20
- ```js
21
- // main.js
22
- import { createApp } from 'vue'
23
- import App from './App.vue'
24
-
25
- import NbButtonsComponents from '@vlalg-nimbus/nb-buttons'
26
- import "@vlalg-nimbus/nb-buttons/dist/style.css";
27
-
28
- const app = createApp(App)
29
- app.use(NbButtonsComponents)
30
- app.mount('#app')
31
- ```
32
-
33
- ## Components list
34
-
35
- The components that are part of this lib are:
36
-
37
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-mechanical" target="_blank">nb-button-mechanical</a>
38
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-mechanical-2" target="_blank">nb-button-mechanical-2</a>
39
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-vava-game" target="_blank">nb-button-vava-game</a>
40
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-show-hover" target="_blank">nb-button-show-hover</a>
41
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-prev-next" target="_blank">nb-button-prev-next</a>
42
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-hamburger" target="_blank">nb-button-hamburger</a>
43
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-color-outside" target="_blank">nb-button-color-outside</a>
44
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-color-hover" target="_blank">nb-button-color-hover</a>
45
- - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-alternate-text" target="_blank">nb-button-alternate-text</a>
46
-
47
- Click on each one above to find out how to use it, properties, events, etc.
48
-
49
- ## License
50
-
51
- [MIT](http://opensource.org/licenses/MIT)
1
+ # nb-buttons
2
+ > This component is only for [Vue.js 3+](https://vuejs.org/)
3
+
4
+ <br />
5
+
6
+ This lib contains button components.
7
+
8
+ ## Installation
9
+
10
+ ```bash
11
+ npm install @vlalg-nimbus/nb-buttons
12
+
13
+ # or
14
+
15
+ yarn add @vlalg-nimbus/nb-buttons
16
+ ```
17
+
18
+ ## Usage
19
+
20
+ ```js
21
+ // main.js
22
+ import { createApp } from 'vue'
23
+ import App from './App.vue'
24
+
25
+ import NbButtonsComponents from '@vlalg-nimbus/nb-buttons'
26
+ import "@vlalg-nimbus/nb-buttons/dist/style.css";
27
+
28
+ const app = createApp(App)
29
+ app.use(NbButtonsComponents)
30
+ app.mount('#app')
31
+ ```
32
+
33
+ ## Components list
34
+
35
+ The components that are part of this lib are:
36
+
37
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-mechanical" target="_blank">nb-button-mechanical</a>
38
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-mechanical-2" target="_blank">nb-button-mechanical-2</a>
39
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-vava-game" target="_blank">nb-button-vava-game</a>
40
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-show-hover" target="_blank">nb-button-show-hover</a>
41
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-prev-next" target="_blank">nb-button-prev-next</a>
42
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-hamburger" target="_blank">nb-button-hamburger</a>
43
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-color-outside" target="_blank">nb-button-color-outside</a>
44
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-color-hover" target="_blank">nb-button-color-hover</a>
45
+ - <a href="http://nimbus.tec.br/vue-components/nb-buttons/nb-button-alternate-text" target="_blank">nb-button-alternate-text</a>
46
+
47
+ Click on each one above to find out how to use it, properties, events, etc.
48
+
49
+ ## License
50
+
51
+ [MIT](http://opensource.org/licenses/MIT)