react-split-text
react-split-text copied to clipboard
Wrap your letters, words and lines with custom React elements
Hey @CyriacBr, I discovered your library recently and it's very good as Splitting is not very optimized for React and SSR use. The thing is tho, I would like to...
hi I can't seem to animate text with `justify` text alignment, it only works for center, left and right.
I tried to make a fork that fixes #23, and it works just fine but the tests are failing because enzyme does not work with react 18 anymore. Consider migrating...
When using this in react 18, It will start complaining about `children` not being part of it's props because [children aren't implicitly included in the component props by itself anymore](https://solverfox.dev/writing/no-implicit-children/).
On iOS Safari with URL bar at the bottom of the screen (>15.0), the window resizes every time the scroll direction changes, as the URL bar is being minimized or...
Hi, I found this, words are not transferred if there is a sign `-` [Example](https://codesandbox.io/s/react-split-text-o507fe) 
Hello @CyriacBr , for a certain animation I would need to know the total number of lines, but apparently, the LineWrapper component only provides the lineIndex as a prop. Is...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...