react-github-repos
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published

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;

Readme

Keywords

Package Sidebar

Install

npm i react-github-repos

Weekly Downloads

0

Version

0.4.3

License

MIT

Unpacked Size

333 kB

Total Files

7

Last publish

Collaborators

  • mugi111