Skip to content

Commit 1474dca

Browse files
change package description and keywords
1 parent 7565ce1 commit 1474dca

File tree

2 files changed

+20
-30
lines changed

2 files changed

+20
-30
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# react-dyn-tabs
22

3-
React Dynamic Tabs with full API
3+
Create responsive and dynamic tabs in React. This library supports ARIA accessibility and provides complete control over tab management using hooks.
44

55
[![Test coverage](https://codecov.io/gh/dev-javascript/react-dyn-tabs/graph/badge.svg?token=GT1LU074L2)](https://codecov.io/gh/dev-javascript/react-dyn-tabs) [![NPM version](http://img.shields.io/npm/v/react-dyn-tabs.svg?style=flat-square)](https://www.npmjs.com/package/react-dyn-tabs) [![node](https://img.shields.io/badge/node.js-%3E=_8.0-green.svg?style=flat-square)](http://nodejs.org/download/) [![React](https://img.shields.io/badge/React-%3E=_16.8.0-green.svg?style=flat-square)](https://react.dev/) [![License](http://img.shields.io/npm/l/react-dyn-tabs.svg?style=flat-square)](LICENSE) [![npm download](https://img.shields.io/npm/dm/react-dyn-tabs.svg?style=flat-square)](https://npmjs.org/package/react-dyn-tabs) [![Build Status](https://travis-ci.org/ly-components/react-dyn-tabs.png)](https://travis-ci.org/ly-components/react-dyn-tabs)
66

7-
87
## Screenshot
98

109
![Screenshot](https://github.com/user-attachments/assets/15a0860d-168d-4f21-8b9d-62fcec3f6ccf)
1110

1211
## Demo
12+
1313
- [Online Demo](https://dev-javascript.github.io/react-dyn-tabs/)
1414

1515
## Features
@@ -20,6 +20,7 @@ React Dynamic Tabs with full API
2020
- **Customizable style**
2121
- **Return to last used tab when closing selected tab**
2222
- **PanelList can be rendered outside the TabList container**
23+
- **RTL & Vertical Mode**
2324
- **ARIA accessible**
2425
- **Customizable Tab component**
2526
- **Multiple themes**

package.json

+17-28
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,29 @@
22
"name": "react-dyn-tabs",
33
"version": "6.1.1",
44
"private": false,
5-
"description": "React dynamic tabs with full API",
5+
"description": "Create responsive and dynamic tabs in React. This library supports ARIA accessibility and provides complete control over tab management using hooks.",
66
"keywords": [
77
"react",
88
"dynamic",
9+
"tabs",
910
"responsive",
10-
"responsive-tabs",
1111
"more-button",
12-
"tab",
13-
"tabs",
14-
"react-dynamic-tabs",
12+
"view-more",
13+
"show-more",
14+
"tab-management",
15+
"hooks",
16+
"overflow-tabs",
17+
"user-interface",
18+
"react-hooks",
19+
"react-tabs",
20+
"tab-navigation",
21+
"web-development",
22+
"component-library",
23+
"easily-integratable",
1524
"dynamic-tabs",
16-
"multi-tabs",
17-
"react-dynamic-tabs",
18-
"react-dyn-tabs",
19-
"react-component",
20-
"react-tab",
21-
"full-api",
22-
"full-control"
25+
"responsive-tabs",
26+
"accessibility",
27+
"accessible"
2328
],
2429
"author": {
2530
"name": "dev-javascript",
@@ -98,22 +103,6 @@
98103
"sass": "^1.77.6",
99104
"style-loader": "^4.0.0"
100105
},
101-
"files": [
102-
"plugins",
103-
"dist",
104-
"flow-typed",
105-
"lib",
106-
"style",
107-
"theme",
108-
"themes",
109-
"src",
110-
"!*.test.js",
111-
"!*.test.js.snap",
112-
"index.d.ts",
113-
"react-dyn-tabs.ts",
114-
"index.ts",
115-
"CHANGELOG.md"
116-
],
117106
"license": "MIT",
118107
"directories": {
119108
"lib": "lib"

0 commit comments

Comments
 (0)