From 5209d2f85dfe3fefff5bc7de71e995f5a2b58f49 Mon Sep 17 00:00:00 2001 From: Micha <espey@smart-q.de> Date: Fri, 21 Feb 2025 17:32:33 +0100 Subject: [PATCH] adapted README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 881c93d..42354a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -This is a fork of: https://github.com/vitalets/x-editable +# X-Editable (Bootstrap 5 Fork) -I needed to work with Bootstrap 5 +This project is a fork of [vitalets/x-editable](https://github.com/vitalets/x-editable), adapted to work with **Bootstrap 5** while maintaining compatibility with jQuery. + +## Why This Fork? +The original **x-editable** library was designed for Bootstrap 3 and has not been actively maintained. This fork modernizes the codebase and updates it to support: + +- **Bootstrap 5** +- **Bootstrap Icons** (replacing Glyphicons) +- General improvements for usability and maintainability + +### Using npm: +```sh +npm install x-editable-bootstrap5 +```