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