1.0.0 • Published 5 years ago

@donkers/sik v1.0.0

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

sik "sick interface kit" (work in progress)

A component library for everyone.

NPM JavaScript Style Guide

Install

npm install --save sik

Usage

import React, { Component } from 'react'

import { Grid, GridRow, GridCol } from 'sik'

class Example extends Component {
  render () {
    return (
      <Grid>
        <GridRow gutters>
          <GridCol size={12}>Full Width</GridCol>
        </GridRow>
      </Grid>
    )
  }
}

License

MIT © bigwoof91

1.0.0

5 years ago