Skip to content

Commit a8fd25b

Browse files
author
Ahmed Mahmoud
committed
docs: enhance package visibility with prominent npm badge and info
- Add large npm package badge with direct link - Include package info section with registry link and bundle size - Set repository homepage to npm package for better discovery - Make npm package more prominent for GitHub visitors
1 parent e14c479 commit a8fd25b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,18 @@ Modern React scrollbars component with TypeScript support and React 19 compatibi
2121

2222
## 📦 Installation
2323

24+
[![npm package](https://img.shields.io/npm/v/@dev-ahmed-mahmoud/react-custom-scrollbars.svg?style=for-the-badge)](https://www.npmjs.com/package/@dev-ahmed-mahmoud/react-custom-scrollbars)
25+
2426
```bash
2527
npm install @dev-ahmed-mahmoud/react-custom-scrollbars
2628
```
2729

30+
**Package Info:**
31+
- 📋 **Package**: `@dev-ahmed-mahmoud/react-custom-scrollbars`
32+
- 🌐 **Registry**: [npm](https://www.npmjs.com/package/@dev-ahmed-mahmoud/react-custom-scrollbars)
33+
- 📊 **Bundle size**: ~18KB (5.4KB gzipped)
34+
- 🏷️ **License**: MIT
35+
2836
## 🚀 Usage
2937

3038
### Basic Example

0 commit comments

Comments
 (0)