PageKit — the self-hosted GrapesJS site builder, sold as source. Get early access

Typed Text
1 images
OFOfficial

Typed Text

Free
GrapesJS:0.16.x0.17.x0.18.x0.19.x0.20.x
Download from GitHub

What's Included

  • Free to download & use
  • Open for personal & commercial use

Support The Creator

Use one-time or monthly support to thank the creator for this free product.

GrapesJS Compatible

Tested with GrapesJS 0.16.x, 0.17.x, 0.18.x, 0.19.x, 0.20.x

Open Source on GitHub

Free to use, fork, and contribute

Editor Compatible

Designed for the GrapesJS open-source editor

Free to Use

Open for personal and commercial projects

The rotating typewriter headline is a staple of landing pages. This plugin wraps the Typed.js library as a GrapesJS component, so it can be dropped in and configured without writing any JavaScript.

What it adds

A typed block and component, plus a typed-strings trait: a textarea where each row is one string in the rotation. Everything else is exposed as component properties, editable from the Settings panel.

Component properties

  • Timing — type-speed, back-speed, start-delay and back-delay, all in milliseconds.
  • Looping — loop, loop-count and shuffle.
  • Erasing — smart-backspace deletes only what does not match the next string, while fade-out swaps backspacing for a fade, with fade-out-class and fade-out-delay.
  • Cursor — show-cursor, cursor-char and auto-insert-css.
  • content-typehtml, or null for plain text.

Options

script points at the Typed.js build loaded asynchronously when the library is not already on the page. block and props extend the block definition and the component properties.

Good to know

Install as grapesjs-typed. MIT licensed.