A Library that Types
Spice up some text by typing, backspacing and re-typing with Typed.js.
templates/typed.html.twig
<span {{ stimulus_controller('symfony/ux-typed', {
strings: [
'I ❤️ Symfony UX!',
'Symfony UX Typed loves to type',
'Symfony UX Typed and backspace',
'Control the speed',
'Control the cursor',
],
showCursor: true,
cursorChar: '✨',
}) }}></span>
UX Typed
$ composer require ux symfony/ux-typed
$ npm install --force
$ npm run watch