From 4b3da29843a7b45591a7f94da2d27aee327e6028 Mon Sep 17 00:00:00 2001 From: Alex Hoyau Date: Sun, 4 Dec 2022 20:12:28 +0100 Subject: [PATCH] Add plugin "Ui Suggest Classes" in the readme (#4746) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6d86f30b..8cb939166 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ $ yarn test * [grapesjs-firestore](https://github.com/artf/grapesjs-firestore) - Storage wrapper for [Cloud Firestore](https://firebase.google.com/docs/firestore) * [grapesjs-parser-postcss](https://github.com/artf/grapesjs-parser-postcss) - Custom CSS parser for GrapesJS by using [PostCSS](https://github.com/postcss/postcss) * [grapesjs-typed](https://github.com/artf/grapesjs-typed) - Typed component made by wrapping Typed.js library +* [grapesjs-ui-suggest-classes](https://github.com/lexoyo/grapesjs-ui-suggest-classes) - Enable auto-complete of classes in the SelectorManager UI ### Presets * [grapesjs-preset-webpage](https://github.com/artf/grapesjs-preset-webpage) - Webpage Builder