react-layout-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-layout-ui

A library for making doing page layouts simple, explicit and fun!

NPM JavaScript Style Guide

Install

npm install --save react-layout-ui

Usage

import * as React from 'react'

import MyComponent from 'react-layout-ui'

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

License

MIT © tylerthehaas

Readme

Keywords

none

Package Sidebar

Install

npm i react-layout-ui

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

287 kB

Total Files

8

Last publish

Collaborators

  • tylerthehaas