Line
The Line
component controls the lines that show height and width.
Props
color
String | undefined
direction
"horizontal" | "vertical" | undefined
size
String | null
required
placement
"auto-start" | "auto" | "auto-end" | "top-start" | "top" | "top-end" | "right-start" | "right" | "right-end" | "bottom-end" | "bottom" | "bottom-start" | "left-end" | "left" | "left-start" | undefined
isHidden
Boolean | undefined
Usage
<Line size={100} direction="horizontal" placement="bottom" />