https://github.com/mxvsh/strapi-provider
https://github.com/mxvsh/strapi-provider
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mxvsh/strapi-provider
- Owner: mxvsh
- Created: 2022-02-26T15:39:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T15:40:41.000Z (about 4 years ago)
- Last Synced: 2025-03-14T09:32:45.615Z (about 1 year ago)
- Language: HTML
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strapi-react
> Made with create-react-library
[](https://www.npmjs.com/package/strapi-react) [](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)