1.3.1 • Published 4 years ago

good-vue v1.3.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

What is this?

This is a small library of generic vue components

How do I set it up?

Install with npm install good-vue Then in main.js of your vue project include

import Vue from 'vue'

import GoodVue from 'good-vue'
Vue.use(GoodVue)

What are some usage examples?

There's a <column>, <row>, and <container> component.

Column

Space Evenly

Screen Shot 2019-11-24 at 12 03 49 PM

<template>
    <column align-v=space-evenly height=100vh>
        <div class=color-box></div>
        <div class=color-box></div>
        <div class=color-box></div>
    </column>
</template>

Top

Screen Shot 2019-11-24 at 12 04 26 PM

<template>
    <column align-v=top height=100vh>
        <div class=color-box></div>
        <div class=color-box></div>
        <div class=color-box></div>
    </column>
</template>

Space Between, Left

Screen Shot 2019-11-24 at 12 13 53 PM

<template>
    <column align-v=space-between align-h=left height=100vh>
        <div class=color-box></div>
        <div class=color-box></div>
        <div class=color-box></div>
    </column>
</template>
1.3.1

4 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago