diff --git a/docs/src/pages/components/PasswordInput.svx b/docs/src/pages/components/PasswordInput.svx
index a67c2099..07dc282d 100644
--- a/docs/src/pages/components/PasswordInput.svx
+++ b/docs/src/pages/components/PasswordInput.svx
@@ -3,8 +3,12 @@
import Preview from "../../components/Preview.svelte";
+`PasswordInput` provides a secure text input field with a visibility toggle for password entry. It includes features for validation, warnings, and accessibility.
+
## Default
+Create a basic password input with a label and placeholder.
+
## Custom tooltip alignment
@@ -21,36 +25,54 @@ Set prop `type` to `"text"` to toggle password visibility.
## Hidden label
+Visually hide the label while maintaining accessibility.
+
## Light variant
+Enable the light variant for use on dark backgrounds.
+
## Inline
+Display the input with an inline label layout.
+
## Extra-large size
+Use the extra-large size variant for increased visibility.
+
## Small size
+Use the small size variant for compact layouts.
+
## Invalid state
+Display an error message when the input is invalid.
+
## Warning state
+Show a warning message for non-critical issues.
+
## Disabled state
+Disable the input to prevent user interaction.
+
## With helper text
+Add helper text to provide additional context or instructions.
+