1.1.2 • Published 1 month ago

@ribbon-studios/fork-me v1.1.2

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

NPM Version NPM Downloads Coveralls

CI Build Maintainability Semantic Release Code Style: Prettier

@ribbon-studios/fork-me

example

Usage

import { ForkMe } from '@ribbon-studios/fork-me';

export function MyApp() {
  return (
    <div>
      My super cool content.
      <ForkMe slug="ribbon-studios/fork-me" />
    </div>
  );
}

Properties

NameDescriptionOptional?
slugThe slug of your repositoryNo
sideThe side you'd like the octocat to appear!Yes (defaults to 'right')
backgroundColorThe ribbon colorYes (defaults to 'black')
colorThe octocat colorYes (defaults to 'white')
newTabSet this to false to make it open in the current tab.Yes (defaults to true)

Want to Contribute?

1.1.2

1 month ago