Flex
Used for create one-dimensional layout model.
Import
js
import { MpFlex } from '@mekari/pixel3'
Playground
API
MpFlex
Props
Slots
Name | Type | Default |
---|---|---|
as | string | div |
direction | row | row-reverse | column | column-reverse | row |
wrap | nowrap | wrap | wrap-reverse | nowrap |
align | center | end | flex-end | flex-start | self-end | self-start | start | baseline | normal | stretch | auto |
justify | space-around | space-between | space-evenly | stretch | center | end | flex-end | flex-start | start | left | normal | right | normal |
basis | auto | content | fit-content | max-content | min-content | auto |
grow | number | 0 |
shrink | number | 1 |