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

https://github.com/mxvsh/strapi-provider


https://github.com/mxvsh/strapi-provider

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# strapi-react

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/strapi-react.svg)](https://www.npmjs.com/package/strapi-react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save strapi-react
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'strapi-react'
import 'strapi-react/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [xencodes](https://github.com/xencodes)