Summary: Adding inline controls in markdown using: ``` <controls prop="flexWrap"></controls> ``` Reviewed By: emilsjolander Differential Revision: D6987150 fbshipit-source-id: 28def12df702ba5d5d5b6a83dd1cb907716d1b1c
16 lines
274 B
Markdown
16 lines
274 B
Markdown
---
|
|
path: "docs/min-max"
|
|
title: "Max / Min Width and Height"
|
|
hasPlayground: true
|
|
---
|
|
|
|
## Max / Min Width and Height
|
|
|
|
<controls prop="minWidth"></controls>
|
|
|
|
<controls prop="minHeight"></controls>
|
|
|
|
<controls prop="maxWidth"></controls>
|
|
|
|
<controls prop="maxHeight"></controls>
|