From 08684e252e91f75dcc53c533431705d693d23557 Mon Sep 17 00:00:00 2001 From: Benjamin Grand <17108974+bgrand-ch@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:02:51 +0100 Subject: [PATCH] docs: add new extensions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6eb344259..9aa4ee9dff 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ $ yarn test * [grapesjs-ui-suggest-classes](https://github.com/silexlabs/grapesjs-ui-suggest-classes) - Enable auto-complete of classes in the SelectorManager UI * [grapesjs-fonts](https://github.com/silexlabs/grapesjs-fonts) - Custom Fonts plugin, adds a UI to manage fonts in websites * [grapesjs-symbols](https://github.com/silexlabs/grapesjs-symbols) - Symbols plugin to reuse elements in a website and accross pages +* [grapesjs-click](https://github.com/bgrand-ch/grapesjs-click) - Grab and drop blocks and components with click (no more drag-and-drop) +* [grapesjs-float](https://github.com/bgrand-ch/grapesjs-float) - Anchor a floating element next to another element (selected component, ...) ### Presets * [grapesjs-preset-webpage](https://github.com/GrapesJS/preset-webpage) - Webpage Builder