Free and Open source Web Builder Framework. Next generation tool for building templates without coding
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

880 B

Frame

Properties

  • component (Object | String) Wrapper component definition. You can also pass an HTML string as components of the default wrapper component.
  • width String? Width of the frame. By default, the canvas width will be taken.
  • height String? Height of the frame. By default, the canvas height will be taken.
  • x Number? Horizontal position of the frame in the canvas.
  • y Number? Vertical position of the frame in the canvas.