diff --git a/README.md b/README.md index 71c7919..0dca438 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ You can customize almost every aspect of this component using the below props, o | containerStyles | style object | none | The styles to be applied to the container. | | tooltipStyles | style object | none | The styles to be applied to the tooltip. | | anchorStyles | style object | none | The styles to be applied to the anchor. | +| tooltipPosition | string | "above" | The position of the tooltip. | ## Development diff --git a/src/demo/index.tsx b/src/demo/index.tsx index 4db66df..4aa5a1d 100644 --- a/src/demo/index.tsx +++ b/src/demo/index.tsx @@ -8,7 +8,7 @@ const App = () => ( style={{ display: "flex", alignItems: "center", flexDirection: "column" }} >