Skip to content

Commit

Permalink
Add Table Plugin Lexical Example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm committed Jul 23, 2024
1 parent 3a96788 commit ea96b76
Show file tree
Hide file tree
Showing 27 changed files with 4,346 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/react-table/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# React Rich Text example

Here we have simplest Lexical setup in rich text configuration (`@lexical/rich-text`) with history (`@lexical/history`) and accessibility (`@lexical/dragon`) features enabled.

**Run it locally:** `npm i && npm run dev`

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/facebook/lexical/tree/main/examples/react-rich?file=src/main.tsx)
12 changes: 12 additions & 0 deletions examples/react-table/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lexical React Example</title>
</head>
<body>
<div id="root"></div>
<script src="/src/main.tsx" type="module"></script>
</body>
</html>
Loading

0 comments on commit ea96b76

Please sign in to comment.