0.4.3 • Published 6 years ago
react-github-repos v0.4.3
react-github-repos
About
React Component that imitates pinned on github
Usage
import React from "react";
import GithubRepos from "react-github-repos";
import "./App.css";
import "react-github-repos/dist/index.css";
const props = [
{ owner: "mugi111", repo: "mugi111" },
{ owner: "mugi111", repo: "react-github-repos" },
{ owner: "mugi111", repo: "tweet-trigger-release" },
];
function App() {
return (
<div>
<GithubRepos repoProps={props} />
</div>
);
}
export default App;0.4.1
6 years ago
0.4.0
6 years ago
0.4.3
6 years ago
0.4.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.4
6 years ago
0.1.2
6 years ago
0.1.3
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago