From c5ecf5b24952911ab4387bd0e9ae17786e0095ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Sepulchre?= Date: Mon, 2 Sep 2024 14:04:11 +0200 Subject: [PATCH] Update textbox.md --- .../documentation/controls/inputs/textbox.md | 36 ++++++++++++++++--- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/docs/docs/documentation/controls/inputs/textbox.md b/docs/docs/documentation/controls/inputs/textbox.md index 5f66afab8..a2d0a0fb7 100644 --- a/docs/docs/documentation/controls/inputs/textbox.md +++ b/docs/docs/documentation/controls/inputs/textbox.md @@ -2,16 +2,42 @@ A control used for collecting user provided information. -## Show +### Simple - + -## Example ```xml - + +``` + +### Clear Button + + + + +```xml + +``` + +### Prefix + + + + +```xml + +``` + +### Watermark + + + + +```xml + ``` ## See Also -[Demo: SukiUI.Demo/Features/Dashboard/DashboardView.axaml](https://github.com/kikipoulet/SukiUI/blob/main/SukiUI.Demo/Features/Dashboard/DashboardView.axaml) \ No newline at end of file +[Demo: SukiUI.Demo/Features/Dashboard/DashboardView.axaml](https://github.com/kikipoulet/SukiUI/blob/main/SukiUI.Demo/Features/Dashboard/DashboardView.axaml)