Shape component

Last updated on 11/6/2024@mrbirddev

Insert

You can insert a slideMenu.Shape from the top left Add slide button.

Or you can use the plus icon at the top/bottom of the selected component to add it in Slide / Container / inline level.

DOM structure

A Text component is composed like this in the HTML DOM structure.

<div>
</div>

By default, a <div /> is just a rectangle. borderRadius: 50% are applied to make it an oval. clipPath are applied to make it a polygon.

Loading...