Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigosaint/semantic-ui-github-components

A component that by just passing a username can query its repositories and display them.
https://github.com/rodrigosaint/semantic-ui-github-components

github github-api github-repository react react-components simple

Last synced: 1 day ago
JSON representation

A component that by just passing a username can query its repositories and display them.

Awesome Lists containing this project

README

        

## semantic-ui-wordpress-components

This is a component that by just passing a username can query its repositories 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-github-components semantic-ui-react --save

or
> yarn add semantic-ui-github-components semantic-ui-react

Then import it on the component that you will use it:

```javascript
import GitHubRepositories from "semantic-ui-github-components";
```
And after that pass the address of your wordpress on the address prop:
```javascript
const app = () =>
```
Done, you should have something like this:

![Example](https://i.imgur.com/WavuFck.png)