gitlab-react-component
v1.0.2
Published
Componente que retorna los últimos repositorios del usuario
Maintainers
Readme
GitLabRepo
UI Component to show the last user repositories.
Demo
You can see this on www.julianbermolen.com home page.
Install
npm install gitlab-react-componentUsage
import GitLabRepo from 'gitlab-react-component'
const MyComponent = () => {
return (
<GitLabRepo user="myusername"/>
)
}
export default MyComponentprops
user: Your gitlab user's name. It will only answer with your public repositories.
