Skip to content

RodrigoSaint/semantic-ui-github-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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:

import GitHubRepositories from  "semantic-ui-github-components";

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

const app = () => <GitHubRepositories username="rodrigosaint"  />

Done, you should have something like this:

Example

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published