1.1.1 • Published 5 years ago

@sil/grid v1.1.1

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

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.

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago