0.0.7 • Published 6 years ago

gh-ribbon v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

github-ribbon

$ yarn add gh-ribbon
import React from 'react';
import Ribbon from 'gh-ribbon';

const App = () => (
  <div>
    <Ribbon link="http://github.com/blakeguilloud" color="red" alt="Fork me!" position="right" />
    Some things and some stuff
  </div>
);

export default App;

Props

color

  • red
  • green
  • darkblue
  • orange
  • white
  • gray / grey

position

  • left
  • right

link

  • URL to the project's Github repo

alt

  • alt tag for when things don't go as planned
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago