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