Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxnblk/rebass-recomposed
https://github.com/jxnblk/rebass-recomposed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jxnblk/rebass-recomposed
- Owner: jxnblk
- Archived: true
- Created: 2016-08-28T17:08:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T18:14:30.000Z (about 8 years ago)
- Last Synced: 2024-07-11T13:04:29.290Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 77
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rebass Recomposed
A demonstration of using [Rebass](http://jxnblk.com/rebass) components with
[Recompose](https://github.com/acdlite/recompose)## About
Rebass is a library of React stateless functional UI components.
Recompose is a library of higher-order components and utilities for React.## Running locally
```sh
git clone https://github.com/jxnblk/rebass-recomposed.git
cd rebass-recomposed
rm -rf .git
npm i
npm start
```Open
MIT License