From 1474dca91c60d3d95ac0bf447cb139683a37b3d2 Mon Sep 17 00:00:00 2001 From: dev-javascript <javascript.code.dev@gmail.com> Date: Tue, 23 Jul 2024 04:18:42 +0330 Subject: [PATCH 1/2] change package description and keywords --- README.md | 5 +++-- package.json | 45 +++++++++++++++++---------------------------- 2 files changed, 20 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 25354ea..435b8e3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # react-dyn-tabs -React Dynamic Tabs with full API +Create responsive and dynamic tabs in React. This library supports ARIA accessibility and provides complete control over tab management using hooks. [](https://codecov.io/gh/dev-javascript/react-dyn-tabs) [](https://www.npmjs.com/package/react-dyn-tabs) [](http://nodejs.org/download/) [](https://react.dev/) [](LICENSE) [](https://npmjs.org/package/react-dyn-tabs) [](https://travis-ci.org/ly-components/react-dyn-tabs) - ## Screenshot  ## Demo + - [Online Demo](https://dev-javascript.github.io/react-dyn-tabs/) ## Features @@ -20,6 +20,7 @@ React Dynamic Tabs with full API - **Customizable style** - **Return to last used tab when closing selected tab** - **PanelList can be rendered outside the TabList container** +- **RTL & Vertical Mode** - **ARIA accessible** - **Customizable Tab component** - **Multiple themes** diff --git a/package.json b/package.json index 352ecb4..667e2bc 100644 --- a/package.json +++ b/package.json @@ -2,24 +2,29 @@ "name": "react-dyn-tabs", "version": "6.1.1", "private": false, - "description": "React dynamic tabs with full API", + "description": "Create responsive and dynamic tabs in React. This library supports ARIA accessibility and provides complete control over tab management using hooks.", "keywords": [ "react", "dynamic", + "tabs", "responsive", - "responsive-tabs", "more-button", - "tab", - "tabs", - "react-dynamic-tabs", + "view-more", + "show-more", + "tab-management", + "hooks", + "overflow-tabs", + "user-interface", + "react-hooks", + "react-tabs", + "tab-navigation", + "web-development", + "component-library", + "easily-integratable", "dynamic-tabs", - "multi-tabs", - "react-dynamic-tabs", - "react-dyn-tabs", - "react-component", - "react-tab", - "full-api", - "full-control" + "responsive-tabs", + "accessibility", + "accessible" ], "author": { "name": "dev-javascript", @@ -98,22 +103,6 @@ "sass": "^1.77.6", "style-loader": "^4.0.0" }, - "files": [ - "plugins", - "dist", - "flow-typed", - "lib", - "style", - "theme", - "themes", - "src", - "!*.test.js", - "!*.test.js.snap", - "index.d.ts", - "react-dyn-tabs.ts", - "index.ts", - "CHANGELOG.md" - ], "license": "MIT", "directories": { "lib": "lib" From 1f76a43faea9afc5ec27abf2ef728a5096aba876 Mon Sep 17 00:00:00 2001 From: dev-javascript <javascript.code.dev@gmail.com> Date: Sun, 28 Jul 2024 16:58:06 +0330 Subject: [PATCH 2/2] update keywords --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e607ea6..f33f95e 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,11 @@ "dynamic", "tabs", "responsive", + "react-dynamic-tabs", + "react-responsive-tabs", + "react-tabs", + "react-tab-component", + "react-tabs-component", "more-button", "view-more", "show-more", @@ -16,7 +21,6 @@ "overflow-tabs", "user-interface", "react-hooks", - "react-tabs", "tab-navigation", "web-development", "component-library", @@ -24,7 +28,8 @@ "dynamic-tabs", "responsive-tabs", "accessibility", - "accessible" + "accessible", + "react-accessible-tabs" ], "author": { "name": "dev-javascript",