#101281
yavordashew
Member

Hi davout,
For you case the ‘<smart-window>’ component will be suitable for your requirements.

  • The smart-window component has the option to be repositioned by the user by ‘drag & drop’ .
  • Also the component can be positioned inside a container parent as shown in this demo: https://www.htmlelements.com/angular/demos/window/inside-container/ or you can position it by using CSS to position it according to your needs inside the container as shown in the code snippet below:

/* This will position the window in the top left corner of the container */
.smart-window:not(.smart-container){
top: 0;
left: 0;
}

Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/