Package Exports
- @mayank1513/fork-me-react
- @mayank1513/fork-me-react/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mayank1513/fork-me-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Fork Me React.js component

A simple fork me component for React.js projects!
Install
$ pnpm add @mayank1513/fork-me-react
# or
$ npm install @mayank1513/fork-me-react
# or
$ yan add @mayank1513/fork-me-reactAdd on your page
<ForkMe href="https://github.com/mayank1513/turbo-template" />Optional parameters
text?: string; // replace the Fork me on GitHub text
width?: string | number; // if you need to adjust the width of the ribbon (length)
height?: string | number; // to adjust height of the ribbon
bgColor?: string; // background color
textColor?: string; // text colorThis package also serves as an example to demonstrate how to build and publish
React.jslibrary compatible with React Server Components