0.1.9 • Published 6 years ago

svd-vue-components v0.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

SVD Vue components, easy components which use svd-style.

installation

npm install svd-vue-components

Also needs

npm install svd-style

usage

import Vue from 'vue' import * as Components from 'svd-vue-components'; Vue.use(Components['svd-vue-components'].default);

Grid Components

Makes: <div class=“row center”>

<div class=“column small-full medium-third”>
    Hoi
</div>

from: <row center> <column medium=“1:3”> Hoi </column> </row>

Menu Components

Makes: <div class=“row center”>

<div class=“column small-full medium-third”>
    Hoi
</div>

from: <menu-container> <menu-group> <menu-item link="#home">Home</menu-item> <menu-item link="#news>About</menu-item> <menu-item link="#news>News</menu-item> <menu-item link="#news>Contact</menu-item> </menu-group> </menu-container>

so ugly.. still working on this.

The MIT License (MIT). Please see License File for more information.

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago