Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 750 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 750 Bytes

tenet-styled-layout-components

A shared list of layout components to be used for any site.

Install

npm install --save tenetpartners/tenet-styled-layout-components

Usage

import React, { Component } from 'react'

import { MyComponent } from 'tenet-styled-layout-components'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © TenetPartners