1.0.2 • Published 3 years ago

react-github-ribbon-alt v1.0.2

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

react-github-ribbon-alt

An alternate GitHub ribbon style for React

NPM JavaScript Style Guide

Install

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

Usage

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

function App() {
  return (
    <GithubRibbon
      primary="white"
      secondary="hotpink"
      orientation="top-left"
      width="200"
      height="200"
      style={{
        position: "fixed",
        top: 0,
        left: 0,
      }}
    />
  );
}

export default App;

License

MIT © andy-byers