Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 521 Bytes

BOX-TAIL.md

File metadata and controls

24 lines (16 loc) · 521 Bytes

Box Tails

Box Tails are triangles that are designed to be drawn next to a four-sided shape (such as a rectangle or square) and point in either a left or right direction.

Example

Left Box Tail

<BoxTail />

Right Box Tail

<BoxTail right />

API

Name Type Default Description
right Boolean false Optional. True to point the box tail to the right; otherwise, false to point the box tail to the left.