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
- Host: GitHub
- URL: https://github.com/odeum/wrapwrap
- Owner: odeum
- License: mit
- Created: 2017-06-09T14:14:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T00:15:02.000Z (over 7 years ago)
- Last Synced: 2025-03-27T15:55:43.115Z (2 months ago)
- Topics: ducks, ducks-pattern, react-redux, react-router, reactjs, redux, wrapper
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WrapWrap
Style wrappers (wrapwrap) for ReactJS components[](https://travis-ci.org/odeum/wrapwrap)
```sh
npm install wrapwrap
yarn add wrapwrap
```## Usage
```javascript
import React from 'react'
import LetsWrap from 'wrapwrap'...
```