mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-15 10:17:54 +08:00
22 lines
282 B
Markdown
22 lines
282 B
Markdown
import Compatibility from "../\_compatibility.mdx"
|
|
import Usage from "../\_usage.mdx"
|
|
|
|
# Align Content
|
|
|
|
## Usage
|
|
|
|
<Usage />
|
|
|
|
## Compatibility
|
|
|
|
<Compatibility
|
|
supported={[
|
|
"content-center",
|
|
"content-start",
|
|
"content-end",
|
|
"content-between",
|
|
"content-around",
|
|
"content-evenly",
|
|
]}
|
|
/>
|