New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fork-me-react

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fork-me-react

An intuitive React.js fork me ribbon component for promoting open source project forks.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Fork Me React.js component Version Downloads Unit Tests npm bundle size

A simple fork me component for React.js projects!

Install

$ pnpm add fork-me-react
# or
$ npm install fork-me-react
# or
$ yarn add fork-me-react

Add 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 color

This package also serves as an example to demonstrate how to build and publish React.js library compatible with React Server Components

Keywords

fork me

FAQs

Package last updated on 30 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts