1.3.2 • Published 5 years ago

gwi-vue-components v1.3.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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:

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.0.1

6 years ago