1.0.3 • Published 6 months ago

grapesjs-tailwind-4 v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Integration of Tailwind CSS 4 into GrapesJS

This guide shows how to implement Tailwind CSS version 4 into the GrapesJS iframe editor, allowing you to take full advantage of its features and flexibility directly within the editor. Tailwind CSS is a popular utility-first framework for building modern, responsive web designs. When combined with GrapesJS, an open-source framework for creating drag-and-drop web editors, it provides a powerful toolset for developers and designers.

Installation

npm i grapesjs-tailwind-4

Usage

import grapesjs_tailwind_plugin from 'grapesjs-tailwind-4';

grapesjs.init({
  plugins: [grapesjs_tailwind_plugin],
});
1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago