Files
nativewind/apps/website/docs/tailwind/flexbox/justify-content.md
2022-07-12 19:05:30 +10:00

284 B

import Compatibility from "../_compatibility.mdx" import Usage from "../_usage.mdx"

Justify Content

Usage

Compatibility

<Compatibility supported={[ "justify-start", "justify-end", "justify-center", "justify-between", "justify-around", "justify-evenly", ]} />