gwi-vue-components

1.3.2 • Public • Published

A library for customizable vue components

Demo

demo

Install

npm install gwi-vue-components

Usage

<script>
  import GwiCard from 'gwi-vue-component/GwiCard/index.vue'
</script>

Theming

It is possible to theme components and also the global stylings and mixins. The first setup is a bit ugly but from then on it should be straight forward and offer you a very flexible way to do advanced themes.

As a first start copy the template folder from this package ./theme/theme_custom/ to your root directory. Your folder structure should look like this:

├ theme_custom
  ├ attributes
    ├ common
      └ index.scss
    ├ components
      ├ <component1>.scss
      ├ <component2>.scss
      ├ ...
    └ index.scss
  └ mixins
    ├ <mixins1>.scss
    ├ <mixins2>.scss
    ├ ...

(code for the demo-page: https://github.com/gwildu/gwi-vue-component-demo)

Tested with:

browserstack logo

Readme

Keywords

none

Package Sidebar

Install

npm i gwi-vue-components

Weekly Downloads

1

Version

1.3.2

License

MIT

Unpacked Size

123 kB

Total Files

49

Last publish

Collaborators

  • gwildu