2.0.1 • Published 2 years ago

react-repo-card v2.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
2 years ago

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
2.0.1

2 years ago

2.0.0

2 years ago

1.2.1

2 years ago

1.2.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago