Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rodrigosaint/semantic-ui-github-components
- Owner: RodrigoSaint
- Created: 2018-05-23T17:53:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T12:06:28.000Z (over 6 years ago)
- Last Synced: 2023-11-24T00:41:50.714Z (about 1 year ago)
- Topics: github, github-api, github-repository, react, react-components, simple
- Language: JavaScript
- Homepage: https://rodrigosaint.github.io/semantic-ui-github-components
- Size: 67.4 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 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-reactThen 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)