@sil/grid

1.1.1 • Public • Published

Grid

A little collection of Vue components to use with our grid.

Install

npm install @sil/grid --save

Use

import Grid from "@sil/grid";
const Row = Grid.row;
const Column = Grid.column;

export default {
  name: "app",
  components: {
    Column,
    Row
  }
}

Usage

Row

Instead of writing: <div class="row center"></div>

You can write: <row center></row>

Column

Instead of writing: <div class="column small-full medium-two-third large-half"></div>

You can write: <column medium="2:3" large="half"></column>

Which makes it easier and faster to write and see what is happening.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.12latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.12
1.1.01
1.0.31
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i @sil/grid

Weekly Downloads

7

Version

1.1.1

License

none

Unpacked Size

27.1 kB

Total Files

10

Last publish

Collaborators

  • hacobvandipyan
  • silvandiepen