File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,9 @@ You can customize almost every aspect of this component using the below props, o
5353| children | ReactNode | null | Use this if you want to use some custom component inside the anchor tag. |
5454| defaultTooltip | string | "Copy email address" | Text shown in the tooltip when the user hovers over the link. |
5555| copiedTooltip | string | "Copied to clipboard!" | Text shown in the tooltip when the user clicks on the link and the text is copied to clipboard. |
56- | containerStyles | style object | none | The styles to be applied to the container. |
57- | tooltipStyles | style object | none | The styles to be applied to the tooltip. |
58- | anchorStyles | style object | none | The styles to be applied to the anchor. |
59- | tooltipPosition | string | "above" | The position of the tooltip. |
56+ | containerStyles | style object | none | The styles to be applied to the container |
57+ | tooltipStyles | style object | none | The styles to be applied to the tooltip |
58+ | anchorStyles | style object | none | The styles to be applied to the anchor |
6059
6160## Development
6261
You can’t perform that action at this time.
0 commit comments