mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-14 17:59:08 +08:00
22 lines
313 B
Plaintext
22 lines
313 B
Plaintext
import Compatibility from "../_compatibility.mdx";
|
|
import Usage from "../_usage.mdx";
|
|
|
|
# Max-Width
|
|
|
|
## Usage
|
|
|
|
<Usage />
|
|
|
|
## Compatibility
|
|
|
|
<Compatibility
|
|
supported={[
|
|
"max-h-0",
|
|
"max-h-[n]",
|
|
"max-h-{n}",
|
|
"max-h-full",
|
|
"max-h-screen",
|
|
]}
|
|
none={["max-h-min", "max-h-max", "max-h-fit"]}
|
|
/>
|