UNPKG

@steroidsjs/ckeditor5

Version:

The development environment of CKEditor 5 – the best browser-based rich text editor.

63 lines (51 loc) 3.1 kB
<head> <meta http-equiv="Content-Security-Policy" content="script-src 'self' https://ckeditor.com 'unsafe-inline' 'unsafe-eval'"> <meta charset="UTF-8"> <title>DLL sample</title> <style> body { margin-bottom: 50px; } .sample-main { display: flex; flex-direction: column; } .sample-editor { padding: 1em; margin: 0.5em; box-shadow: hsl(0, 0%, 80%) 2px 2px 6px; } </style> </head> <body> <div class="sample-main"> <div class="sample-editor"> <h2>Classic Editor</h2> <div id="editor-classic"> <p>Pastry powder dragée sweet donut jelly-o carrot cake. Icing jelly cotton candy. Tart dessert carrot cake dragée tootsie roll gummi bears cake. Tiramisu cookie jelly jelly beans bear claw brownie cookie cake biscuit. Carrot cake lollipop chocolate liquorice tart oat cake. Cupcake sesame snaps liquorice icing pie cake wafer dragée. Chocolate carrot cake brownie chocolate tootsie roll. Wafer chocolate pie cake gingerbread. Pudding jelly-o jelly-o danish. Donut lollipop jelly beans danish pie candy. Dessert tiramisu jelly. Pastry candy canes marzipan dragée candy. Apple pie cake jelly beans ice cream liquorice fruitcake.</p> <img src="./sample.jpg" alt="Autumn fields"> </div> </div> <div class="sample-editor"> <h2>Inline Editor</h2> <div id="editor-inline"> <p>Pastry powder dragée sweet donut jelly-o carrot cake. Icing jelly cotton candy. Tart dessert carrot cake dragée tootsie roll gummi bears cake. Tiramisu cookie jelly jelly beans bear claw brownie cookie cake biscuit. Carrot cake lollipop chocolate liquorice tart oat cake. Cupcake sesame snaps liquorice icing pie cake wafer dragée. Chocolate carrot cake brownie chocolate tootsie roll. Wafer chocolate pie cake gingerbread. Pudding jelly-o jelly-o danish. Donut lollipop jelly beans danish pie candy. Dessert tiramisu jelly. Pastry candy canes marzipan dragée candy. Apple pie cake jelly beans ice cream liquorice fruitcake.</p> <img src="./sample.jpg" alt="Autumn fields"> </div> </div> <div class="sample-editor"> <h2>Balloon Editor</h2> <div id="editor-balloon"> <p>Pastry powder dragée sweet donut jelly-o carrot cake. Icing jelly cotton candy. Tart dessert carrot cake dragée tootsie roll gummi bears cake. Tiramisu cookie jelly jelly beans bear claw brownie cookie cake biscuit. Carrot cake lollipop chocolate liquorice tart oat cake. Cupcake sesame snaps liquorice icing pie cake wafer dragée. Chocolate carrot cake brownie chocolate tootsie roll. Wafer chocolate pie cake gingerbread. Pudding jelly-o jelly-o danish. Donut lollipop jelly beans danish pie candy. Dessert tiramisu jelly. Pastry candy canes marzipan dragée candy. Apple pie cake jelly beans ice cream liquorice fruitcake.</p> <img src="./sample.jpg" alt="Autumn fields"> </div> </div> <div class="sample-editor"> <h2>Decoupled Document Editor</h2> <h3>The toolbar</h3> <div class="toolbar-container"></div> <h3>The editable</h3> <div class="editable-container"></div> </div> </div> </body>