JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › centered window
Tagged: bootstrap window, centering window, html window component, window, window component
Hi , how canĀ open a centered window?
Hi chips, As this is native component, you can use the CSS properties ‘left’ and ‘top’; Example for centering a Window with Size equal to 400px:
left: calc(50% - 200px); top: calc(50% - 200px);
Best regards, Peter Stoev Smart UI Team https://www.htmlelements.com/