0.4.5 • Published 1 year ago

vue-softpro-ui v0.4.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Список компонентів

Basic

  • vs-button.vue
  • vs-drop.vue

Form

  • vs-form-autocomplete.vue
  • vs-form-checkbox.vue
  • vs-form-datepicker.vue
  • vs-form-radio.vue
  • vs-form-select.vue
  • vs-form-switch.vue
  • vs-form-text.vue
  • vs-form-textarea.vue
  • vs-form-upload.vue

Navigations

  • vs-tabs.vue
  • vs-dropdown.vue

Overlays

  • vs-dialog.vue

Import

import { install } from "vue-softpro-ui";

CDN

<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="https://cdn.softpro.ua/vue/core/dev/softpro-ui-kit.umd.min.js"></script>
<div id="app"></div>
<script>
  vsCore.install(Vue);
  new Vue({
    el: "#app",
    components: { VsButton, VsDropdown, VsDialog, VsFormOption },
    template: `
            <div>
                 <VsButton>Click!</VsButton>                
            </div>`,
  });
</script>
0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago