From 13276999d04f4b5b57d055381459e35ec65e0175 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Fri, 5 Mar 2021 13:59:53 -0800 Subject: [PATCH] docs(password-input): add custom tooltip example --- docs/src/pages/components/PasswordInput.svx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/pages/components/PasswordInput.svx b/docs/src/pages/components/PasswordInput.svx index 0cf32697..ad0d89ff 100644 --- a/docs/src/pages/components/PasswordInput.svx +++ b/docs/src/pages/components/PasswordInput.svx @@ -7,6 +7,12 @@ +### Custom tooltip alignment + +Customize the tooltip alignment and position of the visibility toggle through the `tooltipAlignment` and `tooltipPosition` props. + + + ### Password is visible Set prop `type` to `"text"` to toggle password visibility.