From e901d51273240fb2beffe0476c87d9bd05dcb66d Mon Sep 17 00:00:00 2001 From: Alex Hoyau Date: Fri, 25 Nov 2022 10:00:49 +0100 Subject: [PATCH] Add plugin "Ui Suggest Classes" in the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6d86f30bc..8cb939166f 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