Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atul15r/react-tabs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atul15r/react-tabs - npm Package Compare versions

Comparing version 0.0.7 to 1.0.0

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.0.7",
"version": "1.0.0",
"description": "React Tab Navigations Component",

@@ -9,0 +9,0 @@ "scripts": {

## React Tabs
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Build](https://github.com/atul15r/react-tabs/actions/workflows/main.yml/badge.svg)
![Download](https://img.shields.io/npm/dt/@atul15r/react-tabs.svg)

@@ -74,11 +74,11 @@ **React-Tabs is an animated tab navigation component which is designed for react

| name | type | required | default | description |
|-----------------|----------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------|
| tabs | array | true | [] | it takes an array of object `{ title: string \| ReactNode }[]` |
| tabsClassName | string | false | undefined | add any custom class you want |
| tabsStyle | object | false | undefined | `wrapperStyle= {{ background:"#ccc", color:"#999", ...etc }}` |
| tabClassName | string | false | undefined | add any custom class you want |
| tabStyle | object | false | undefined | ` itemStyle= {{ padding:4, }}` |
| borderStyle | object | false | undefined | `borderStyle= {{ background:#6b6b6b, }}` |
| borderClassName | string | false | undefined | add any custom class you want |
| onChange | function | false | undefined | ` onChange={(tabIndex)=>setCurrentTab(tabIndex)} ` |
| name | type | required | default | description |
| --------------- | -------- | -------- | --------- | -------------------------------------------------------------- |
| tabs | array | true | [] | it takes an array of object `{ title: string \| ReactNode }[]` |
| tabsClassName | string | false | undefined | add any custom class you want |
| tabsStyle | object | false | undefined | `wrapperStyle= {{ background:"#ccc", color:"#999", ...etc }}` |
| tabClassName | string | false | undefined | add any custom class you want |
| tabStyle | object | false | undefined | ` itemStyle= {{ padding:4, }}` |
| borderStyle | object | false | undefined | `borderStyle= {{ background:#6b6b6b, }}` |
| borderClassName | string | false | undefined | add any custom class you want |
| onChange | function | false | undefined | ` onChange={(tabIndex)=>setCurrentTab(tabIndex)}` |
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc