Fork Me React.js component
A simple fork me component for React.js projects!
Install
$ pnpm add @mayank1513/fork-me
$ npm install @mayank1513/fork-me
$ yarn add @mayank1513/fork-me
Add on your page
<ForkMe gitHubUrl="https://github.com/mayank1513/turborepo-template" />
<StarMe gitHubUrl="https://github.com/mayank1513/turborepo-template" />
You need to import styles for ForkMe component
import "@mayank1513/fork-me/server/index.css";
Optional parameters
text?: string;
width?: string | number;
height?: string | number;
bgColor?: string;
textColor?: string;
This package also serves as an example to demonstrate how to build and publish React.js
library compatible with React Server Components