https://github.com/tiaanduplessis/react-github-ribbon
React Github top corner component
https://github.com/tiaanduplessis/react-github-ribbon
component github react ribbon
Last synced: about 2 months ago
JSON representation
React Github top corner component
- Host: GitHub
- URL: https://github.com/tiaanduplessis/react-github-ribbon
- Owner: tiaanduplessis
- License: other
- Created: 2018-12-13T11:19:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T22:48:10.000Z (about 7 years ago)
- Last Synced: 2025-08-09T14:29:05.893Z (11 months ago)
- Topics: component, github, react, ribbon
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-github-ribbon
[](https://npmjs.org/package/react-github-ribbon)
[](https://npmjs.org/package/react-github-ribbon)
[](https://github.com/RichardLitt/standard-readme)
[](https://npmjs.org/package/react-github-ribbon)
[](http://makeapullrequest.com)
> React Github top corner component
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#License)
## Install
This project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com).
```sh
$ npm install react-github-ribbon
$ # OR
$ yarn add react-github-ribbon
```
## Usage
```js
import React from "react";
import ReactDOM from "react-dom";
import GithubRibbon from "react-github-ribbon";
function App() {
return (
Hello
);
}
const rootElement = document.getElementById("root");
ReactDOM.render(, rootElement);
```
## Contribute
1. Fork it and create your feature branch: `git checkout -b my-new-feature`
2. Commit your changes: `git commit -am "Add some feature"`
3. Push to the branch: `git push origin my-new-feature`
4. Submit a pull request
## License
MIT