react-github-ribbon-alt

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-github-ribbon-alt

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

42.2 kB

Total Files

7

Last publish

Collaborators

  • andy-byers