We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5672081 commit 006e411Copy full SHA for 006e411
examples/03-ui-components/02-formatting-toolbar-buttons/src/App.tsx
@@ -60,6 +60,12 @@ export default function App() {
60
type: "paragraph",
61
content: "Select some text to try them out",
62
},
63
+ {
64
+ type: "image",
65
+ props: {
66
+ url: "https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg",
67
+ },
68
69
{
70
71
content:
0 commit comments