mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-12 08:58:20 +08:00
25 lines
378 B
Plaintext
25 lines
378 B
Plaintext
import Compatibility from "../_compatibility.mdx";
|
|
import Usage from "../_usage.mdx";
|
|
|
|
# Transform Origin
|
|
|
|
## Usage
|
|
|
|
<Usage />
|
|
|
|
## Compatibility
|
|
|
|
<Compatibility
|
|
none={[
|
|
"origin-center",
|
|
"origin-top",
|
|
"origin-top-right",
|
|
"origin-right",
|
|
"origin-bottom-right",
|
|
"origin-bottom",
|
|
"origin-bottom-left",
|
|
"origin-left",
|
|
"origin-top-left",
|
|
]}
|
|
/>
|