An open API service indexing awesome lists of open source software.

https://github.com/thebiltheory/react-brickwork

[WIP]
https://github.com/thebiltheory/react-brickwork

Last synced: about 2 months ago
JSON representation

[WIP]

Awesome Lists containing this project

README

        

⚠️[WIP] NOT READY FOR USAGE YET.

# react-brickwork

> Grid layout for any react node

[![NPM](https://img.shields.io/npm/v/react-brickwork.svg)](https://www.npmjs.com/package/react-brickwork) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-brickwork
```

## Usage

```tsx
import * as React from 'react'

import MyComponent from 'react-brickwork'

class Example extends React.Component {
render () {
return (

)
}
}
```

## License

MIT © [TheBilTheory](https://github.com/thebiltheory)