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

https://github.com/odeum/wrapwrap

Style wrappers (wrapwrap) for ReactJS components
https://github.com/odeum/wrapwrap

ducks ducks-pattern react-redux react-router reactjs redux wrapper

Last synced: about 2 months ago
JSON representation

Style wrappers (wrapwrap) for ReactJS components

Awesome Lists containing this project

README

        

# WrapWrap
Style wrappers (wrapwrap) for ReactJS components

[![Build Status](https://travis-ci.org/odeum/wrapwrap.svg?branch=master)](https://travis-ci.org/odeum/wrapwrap)


WrapWrap

```sh
npm install wrapwrap
yarn add wrapwrap
```

## Usage

```javascript
import React from 'react'
import LetsWrap from 'wrapwrap'

...

```