https://github.com/thebiltheory/react-brickwork
[WIP]
https://github.com/thebiltheory/react-brickwork
Last synced: about 2 months ago
JSON representation
[WIP]
- Host: GitHub
- URL: https://github.com/thebiltheory/react-brickwork
- Owner: thebiltheory
- Created: 2020-04-12T09:22:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:52:30.000Z (over 2 years ago)
- Last Synced: 2025-02-14T03:52:05.687Z (3 months ago)
- Language: JavaScript
- Size: 4.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⚠️[WIP] NOT READY FOR USAGE YET.
# react-brickwork
> Grid layout for any react node
[](https://www.npmjs.com/package/react-brickwork) [](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)