# Element Plus Pagination Enhancement

[![npm version](https://badge.fury.io/js/element-plus-pagination-enhancement.svg)](https://badge.fury.io/js/element-plus-pagination-enhancement)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

> A powerful enhancement for Element Plus Pagination component that adds first/last page navigation and improves user experience for large datasets.

## 🚀 Features

- ⚡ Direct navigation to first and last pages
- 🔄 Maintains all original Element Plus pagination functionality
- 🎯 Seamless integration with existing Element Plus projects
- 📊 Optimized for large datasets

## 📚 Documentation

- [English Documentation](docs/README.en.md)
- [中文文档](docs/README.zh.md)

## 🛠️ Quick Start

```bash
# npm
npm install element-plus-pagination-enhancement

# yarn
yarn add element-plus-pagination-enhancement

# pnpm
pnpm add element-plus-pagination-enhancement
```

## 🔍 Keywords

Element Plus, Vue 3, Pagination, First Page, Last Page, Navigation, UI Component, Data Table, Large Dataset

## 🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## 📄 License

[MIT](LICENSE) 