Tip
#
Tip textDefine the tip text with text
prop.
#
PlacementChange tip placement by placement
prop. Hover over the text paragraphs below to see tips.
Auto placement will place the tip automatically depending on the content placement.
Top, right, left and bottom placements. You can also add 'start' and 'end' on them. Example: 'top-start', 'top-end', 'right-start', etc.
#
APIName | Type | Default | Description |
---|---|---|---|
text | string | React.ReactNode | Define the tip text | |
children | React.ReactNode | Define chip content | |
placement | auto | auto-start | auto-end | top | top-start | top-end | right | right-start | right-end | bottom | bottom-start | bottom-end | left | left-start | left-end | auto | Set the placement of tip |