An open API service indexing awesome lists of open source software.

https://github.com/andy-byers/react-github-ribbon-alt

An alternate GitHub ribbon style for React
https://github.com/andy-byers/react-github-ribbon-alt

github react svg

Last synced: about 2 months ago
JSON representation

An alternate GitHub ribbon style for React

Awesome Lists containing this project

README

          

# react-github-ribbon-alt

> An alternate GitHub ribbon style for React

[![NPM](https://img.shields.io/npm/v/react-github-ribbon-alt.svg)](https://www.npmjs.com/package/react-github-ribbon-alt) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-github-ribbon-alt
```

## Usage

```jsx
import { GithubRibbon } from "react-github-ribbon-alt";
import React from "react";

function App() {
return (

);
}

export default App;
```

## License

MIT © [andy-byers](https://github.com/andy-byers)