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

react-tab-indicator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tab-indicator

A high performance Tabs with indicator based React component

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

react-tab-indicator

npm GitHub stars Conventional Commits

スクリーンショット 2021-01-04 21 18 19

A High performance Tab with Indicator based React component

Installation

with npm

npm i react-tab-indicator

or with yarn

yarn add react-tab-indicator

Usage

import React from "react";
import ReactTabIndicator from "react-tab-indicator";

<ReactTabIndicator
  items={["Japanese", "English", "Chinese"]}
  borderColor={"yellow"}
  tranfromSpeed={300}
  onClick={handleOnClick}
/>;

Props

NameTypeRequiredDescription
itemsstring ArraytrueThe labels of Tab
borderColorstringfalseThe color of Indicator
borderHeightnumberfalseThe height of Indicator
transformSpeednumberfalseThe speed of transform Indicator
onClickFunctiontrueThe funcation when click a Tab

FAQs

Package last updated on 23 Jan 2021

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