From 9fb2f8dfc3acee56edca2fd3f11f2249e9aaeff8 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sun, 5 Apr 2026 02:00:37 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e368ca9..634dc3b 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,20 @@ A lightweight, reactive wrapper for AG Grid (Community & Enterprise) built for S ## Features -- ๐Ÿš€ **Zero dependencies** - AG Grid bundled inside +- ๐Ÿš€ **Lightweight wrapper** - AG Grid bundled inside - โšก **Reactive** - Automatically updates when data changes - ๐ŸŽจ **Theme aware** - Automatically switches between light/dark themes -- ๐Ÿ“ฆ **Enterprise ready** - Full support for AG Grid Enterprise modules included +- ๐Ÿ“ฆ **Enterprise ready** - Full AG Grid Enterprise modules included - ๐Ÿ”ง **TypeScript support** - Full type definitions included - ๐Ÿงน **Auto cleanup** - Proper resource disposal +## Requirements + +- **SigPro** framework (peer dependency) or use with **SigProUI** (includes SigPro) +- [SigPro](https://natxocc.github.io/sigpro/#/) +- [SigProUI](https://natxocc.github.io/sigpro-ui/#/) +- Modern browser with ES module support + ## Installation ```bash