@vlalg-nimbus/nb-buttons 2.0.0 → 2.0.1
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,6 +35,14 @@ app.mount('#app')
|
|
|
35
35
|
The components that are part of this lib are:
|
|
36
36
|
|
|
37
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>
|
|
38
46
|
|
|
39
47
|
Click on each one above to find out how to use it, properties, events, etc.
|
|
40
48
|
|
package/package.json
CHANGED