Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negativetwelve/gatsby-plugin-react-x
Gatsby plugin for react-x components
https://github.com/negativetwelve/gatsby-plugin-react-x
Last synced: 30 days ago
JSON representation
Gatsby plugin for react-x components
- Host: GitHub
- URL: https://github.com/negativetwelve/gatsby-plugin-react-x
- Owner: negativetwelve
- Created: 2018-02-25T11:29:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:06:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T05:34:23.043Z (about 1 month ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-plugin-react-x
Gatsby plugin for react-x components.
## Install
`yarn add gatsby-plugin-react-x`
## Usage
```javascript
// In your gatsby-config.js
plugins: [
'gatsby-plugin-react-x',
],
```