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
- Host: GitHub
- URL: https://github.com/andy-byers/react-github-ribbon-alt
- Owner: andy-byers
- Created: 2021-08-09T14:18:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T17:39:17.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T13:07:57.974Z (over 1 year ago)
- Topics: github, react, svg
- Language: JavaScript
- Homepage: https://andy-byers.github.io/react-github-ribbon-alt/
- Size: 653 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-github-ribbon-alt
> An alternate GitHub ribbon style for React
[](https://www.npmjs.com/package/react-github-ribbon-alt) [](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)