JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › smart-window as floating data input form? › Reply To: smart-window as floating data input form?
January 4, 2021 at 9:17 am
#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;
}
- ‘smart-window’ can be resized in different modes demonstrated in this demo: https://www.htmlelements.com/angular/demos/window/resizing/
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/