Skip to content

Commit

Permalink
Update numericupdown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet authored Sep 2, 2024
1 parent c68e871 commit 01745b4
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions docs/docs/documentation/controls/inputs/numericupdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,35 @@

A control for numeric input.

## Show
### Simple

<img src="/controls/inputs/numericupdown.gif"/>
<img src="https://sleekshot.app/api/download/nzfzrV8DgYEh"/>

## Example

```xml
<NumericUpDown theme:NumericUpDownExtensions.Unit="inch"
ShowButtonSpinner="False"
Value="10" />
<NumericUpDown Value="10" />
```

### Extension

<img src="https://sleekshot.app/api/download/qeEBVOXYPPC2"/>


```xml
<NumericUpDown theme:NumericUpDownExtensions.Unit="inch" Value="10" />
```

### No Spinner

<img src="https://sleekshot.app/api/download/4a9VFYrRaGb2"/>


```xml
<NumericUpDown theme:NumericUpDownExtensions.Unit="inch" ShowButtonSpinner="False" Value="10" />
```



## See Also

[Demo: SukiUI.Demo/Features/ControlsLibrary/MiscView.axaml](https://github.com/kikipoulet/SukiUI/blob/main/SukiUI.Demo/Features/ControlsLibrary/MiscView.axaml)
[Demo: SukiUI.Demo/Features/ControlsLibrary/MiscView.axaml](https://github.com/kikipoulet/SukiUI/blob/main/SukiUI.Demo/Features/ControlsLibrary/MiscView.axaml)

0 comments on commit 01745b4

Please sign in to comment.