react-github-ribbon-alt
v1.0.2
Published
An alternate GitHub ribbon style for React
Downloads
1
Readme
react-github-ribbon-alt
An alternate GitHub ribbon style for React
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