Skip to content

Commit 006e411

Browse files
docs: Added missing image to example (#1918)
1 parent 5672081 commit 006e411

File tree

1 file changed

+6
-0
lines changed
  • examples/03-ui-components/02-formatting-toolbar-buttons/src

1 file changed

+6
-0
lines changed

examples/03-ui-components/02-formatting-toolbar-buttons/src/App.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ export default function App() {
6060
type: "paragraph",
6161
content: "Select some text to try them out",
6262
},
63+
{
64+
type: "image",
65+
props: {
66+
url: "https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg",
67+
},
68+
},
6369
{
6470
type: "paragraph",
6571
content:

0 commit comments

Comments
 (0)