1.0.3 • Published 4 years ago

@elwell/react-layout-blocks v1.0.3

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

react-layout-blocks

Layout components for React

NPM JavaScript Style Guide

Install

npm install --save react-layout-blocks

Usage

import React, { Component } from 'react'

import MyComponent from 'react-layout-blocks'
import 'react-layout-blocks/dist/index.css'

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

License

MIT © g-elwell

1.0.3

4 years ago