Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
KadDarem committed Jun 21, 2024
1 parent 07717ed commit 37bd548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/jo_libs/modules/menu/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ Add you .png file in the `nui\menu\assets\images\icons` folder
## Sliders
4 types of sliders are available on the menu: [Default](#default), [Grid](#grid), [Palette](#palette) & [Switch](#switch).
You can use multiples sliders on the same item.
Use `currentData.item.sliders[X].value` to get the current value of the slider
Use `currentData.item.sliders[X].value` to get the current value of the slider.
Here is an example of an item with sliders of the 4 types:
<img src="/images/previews/menu/preview_sliders.jpg" class="data-zoomable" data-zoomable style="height:20em"/>

### Default
The default slider based on the original game design. Usefull to choose between item variations like clothes.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37bd548

Please sign in to comment.