semantic-ui-wordpress-components

A component that by just passing a wordpress address can query its posts and display them.

View project on GitHub

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:

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:

import WordPress from  "semantic-ui-wordpress-components";

And after that pass the address of your wordpress on the address prop:

const app = () => <WordPress address="foreignerdeveloper.wordpress.com"  />

Done, you should have something like this:

Example