Center
An alignment component that centers its child elements both horizontally and vertically.
API
| Element | Selector |
|---|---|
Center | .ex-center |
| Prop | Type | Default |
|---|---|---|
as | ElementType | div |
asChild | boolean | false |
Absolute Center
Absolutely positions content at the center of its relative parent.
API
| Element | Selector |
|---|---|
Center | .ex-center |
| Prop | Type | Default |
|---|---|---|
as | ElementType | div |
asChild | boolean | false |
Last updated on