Lexical-Solid
SolidJS port of
@lexical/react
Currently based on @lexical/react version 0.7.6
.
Installing
npm install lexical-solid
You may need to add lexical-solid
and the lexical packages (such as lexical-solid > lexical
) to the optimizeDeps.include
section ofyour vite config (assuming you are using vite):
License
This code in this repository is very similar to the source react code, with modifications for use with SolidJS. The license distributed with @lexical/react
can be found in LICENSE-UPSTREAM.