mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-11 08:03:37 +08:00
16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
import Compatibility from "../_compatibility.mdx";
|
|
import Usage from "../_usage.mdx";
|
|
|
|
# Height
|
|
|
|
## Usage
|
|
|
|
<Usage />
|
|
|
|
## Compatibility
|
|
|
|
<Compatibility
|
|
supported={["h-{n}", "h-[n]", "h-full", "h-screen"]}
|
|
none={["h-auto", "h-min", "h-max", "h-fit"]}
|
|
/>
|