Skip to content

Commit 5a3e659

Browse files
docs: Add checklist item to all blocks example (#762)
1 parent 7d3e9cf commit 5a3e659

File tree

1 file changed

+4
-0
lines changed
  • examples/01-basic/03-all-blocks

1 file changed

+4
-0
lines changed

examples/01-basic/03-all-blocks/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export default function App() {
4040
type: "numberedListItem",
4141
content: "Numbered List Item",
4242
},
43+
{
44+
type: "checkListItem",
45+
content: "Check List Item",
46+
},
4347
{
4448
type: "table",
4549
content: {

0 commit comments

Comments
 (0)