Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.44 KB

lexical-examples

lexical-examples

The missing examples library for lexical.dev.

Lexical has only been released quite recently. It was built with a composability mindset, similar to React. This allows you to do all sorts of interesting patterns.

This repository should exemplify these patterns and hopefully be a helpful resource for developers getting their heads around Lexical.

Every example is reduced to the bare minimum and can be executed on its own. I only ceated a few utility packages to share common functionalities and UI elements.

Development

Running a specific example locally:

# Clone the repository
git clone https://github.com/konstantinmuenster/lexical-examples.git
cd lexical-examples

# Install dependencies
yarn

# Run the shared packages and a specified example in development
# (swap out `lexical-nested-editor` if you want to run another example)
yarn dev --filter='./shared/*' --filter=lexical-nested-editor

About

Buy Me A Coffee

Konstantin Münster – konstantin.digital