Splitting
Splitting copied to clipboard
JavaScript microlibrary to split an element by words, characters, children and more, populated with CSS variables!
I tried to use splitting in my next.js app, but it gives me an error ```jsx import React, { useState, useRef, useEffect } from 'react' import 'splitting/dist/splitting.css' import 'splitting/dist/splitting-cells.css' import...
Need to think through collapsing whitespace. 99% of the time, whitespace in the DOM _should_ be collapsed/ignored, but perhaps with `whitespace: true`, ` `’s could be treated like characters & preserved...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.11.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Hi there, I was trying your awesome library that works seamlessly without any framework. I tried it with Next.js and no matter what I do, I am constantly getting the...
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Hi, I can't use the library with Angular. Someone would be how to do? Thanks
We're character-splitting headlines containing `­` soft hyphens. Those are usually invisible and act as a hyphenation hint for the browser. This is how `Califor­nia Dreaming` is rendered, note the extra...
```html {{ message }} ``` `message` is not changed after using `data-splitting`, The complete code is as follows: https://codepen.io/jinhang87/pen/abyPLwX
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
`Uncaught TypeError: Cannot read property 'style' of null` Repro: https://codepen.io/neven/pen/ExXWVqR