A WordPress Gutenberg plugin with full-width, single-line text blocks that scale to fill their container.
- Headline Banner - Large bold text with background color picker
- Marquee Text - CSS animated scrolling text with speed control
- Accent Title - Text with decorative underline
- Quote Strip - Semantic blockquote with attribution
- WordPress 6.3+
- Node.js 18+
npm install
npm start # Watch mode
npm run build # Production build- Build the plugin:
npm install && npm run build - Copy the entire folder to
wp-content/plugins/ - Activate in WordPress admin
- Text scales to fill container width using JS + data attributes
- Fluid typography with
clamp()for responsive sizing - Single-line text (
white-space: nowrap) - Uses
@wordpress/scriptsbuild pipeline