Vue Dragqueen is a Vue 3 component designed to provide powerful drag-and-drop functionality for managing tree structures. Whether you need a simple hierarchical list or a complex, nested tree, Vue Dragqueen offers a flexible solution to meet your drag-and-drop needs with a modern Vue.js integration.
- 🖱️ Drag and Drop Support: Seamlessly drag items to reorder or move them across different levels.
- 🌳 Tree Structure Handling: Works efficiently with nested tree structures.
- 🛠️ Vue 3 Composition API: Built entirely using Vue 3's latest features for maximum flexibility.
- ⚡ Highly Performant: Optimized for large datasets with minimal re-renders.
Before you begin, ensure you have met the following requirements:
- Node.js
>= 20.x
- Vue.js
>= 3.x
Coming soon! Installation instructions will be added in future versions.
Coming soon! Usage examples will be provided in the next release.
We welcome contributions! Please feel free to submit a pull request or open an issue if you have suggestions for improvements. Before contributing, please ensure that your changes align with the overall goals of the project.
- Fork the repository
- Create your feature branch:
git checkout -b feature/my-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/my-feature
- Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using Vue Dragqueen! Stay tuned for more updates.