react-layout-ui

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

Usage no npm install needed!

<script type="module">
  import reactLayoutUi from 'https://cdn.skypack.dev/react-layout-ui';
</script>

README

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