Ui.Layout.Centered

A padded layout to display full page centered content.

Usually it's used to display registration or sign in pages and it can be used with conjustion with Ui.Layout.Website.

Demo

You can see a demo of a Ui.Layout.Centered below.

<Ui.Layout.Centered><Ui.Button label="I am centered!"/></Ui.Layout.Centered>
Maximum Content Width

The with of the children can be set with the maxContentWidth property.

<>
<Ui.Layout.Centered maxContentWidth="100px">
<Ui.Button label="I am centered!"/>
</Ui.Layout.Centered>
</>
Mint UI

Mint UI is a design system and component library for building websites, web and desktop applications.

Copyright © 2018-2024 Szikszai Gusztáv. All rights reserved.