Appearance
Topol Spacer block
The spacer block renders an mj-spacer, adding vertical space of a fixed height.
ts
interface TopolSpacerBlock extends TopolBlock {
tagName: "mj-spacer";
attributes: {
height: string;
containerWidth: number;
"container-background-color"?: string;
"css-class"?: "hide_on_mobile" | "hide_on_desktop";
};
}