react-repo-card
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

react-repo-card

npm version downloads build status license

Description

This Node.js package is a React component for the GitHub repository card

Installation

With Node.js installed, simply run the following command to add the package to your React project.

npm install react-repo-card

Usage

Check out the examples below or check out the storybook.

The package comes with a main RepoCard component and a few hooks that make it work. Here's an example of how it works:

import React from "react";
import RepoCard from "react-repo-card";

const App = () => {
  return (
    <div style={{ width: "405px" }}>
      <RepoCard username="tarptaeya" repository="repo-card" />
    </div>
  );
};

License

This software is released under the terms of the MIT license.

Acknowledgments

  • This package is based on Tarptaeya's repo-card

Package Sidebar

Install

npm i react-repo-card

Weekly Downloads

4

Version

2.0.1

License

MIT

Unpacked Size

55.3 kB

Total Files

17

Last publish

Collaborators

  • dawsonbooth