https://github.com/rodrigosaint/semantic-ui-wordpress-components
A component that by just passing a wordpress address can query its posts and display them.
https://github.com/rodrigosaint/semantic-ui-wordpress-components
react react-components simple wordpress wordpress-api
Last synced: 24 days ago
JSON representation
A component that by just passing a wordpress address can query its posts and display them.
- Host: GitHub
- URL: https://github.com/rodrigosaint/semantic-ui-wordpress-components
- Owner: RodrigoSaint
- Created: 2018-05-23T16:59:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T12:08:26.000Z (about 8 years ago)
- Last Synced: 2024-04-24T21:21:39.114Z (about 2 years ago)
- Topics: react, react-components, simple, wordpress, wordpress-api
- Language: JavaScript
- Homepage: https://rodrigosaint.github.io/semantic-ui-wordpress-components/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## semantic-ui-wordpress-components
This is a component that by just passing a wordpress address can query its posts and display them.
To install you can add it to your dependencies along with [semantic-ui-react](https://react.semantic-ui.com/introduction):
> npm i semantic-ui-wordpress-components semantic-ui-react --save
or
> yarn add semantic-ui-wordpress-components semantic-ui-react
Then import it on the component that you will use it:
```javascript
import WordPress from "semantic-ui-wordpress-components";
```
And after that pass the address of your wordpress on the address prop:
```javascript
const app = () =>
```
Done, you should have something like this:
