0.4.3 • Published 4 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
4 years ago
0.4.0
4 years ago
0.4.3
4 years ago
0.4.2
4 years ago
0.3.1
4 years ago
0.3.0
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.4
4 years ago
0.1.2
4 years ago
0.1.3
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago