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

https://github.com/mmintel/react-primer


https://github.com/mmintel/react-primer

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-primer

[![Travis][build-badge]][build] [![npm package][npm-badge]][npm] [![Coveralls][coveralls-badge]][coveralls]

# Requirements

- fela
- react-fela

# Usage

## Include theme

```javascript
import { ThemeProvider } from 'react-fela';
import { theme } from '@mmintel/react-primer';

const Layout = (props) => (

//...

)
```