mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix comment formatting in slider component example
Corrected comment formatting in the slider component example.
This commit is contained in:
parent
eaa8fe0655
commit
c247a2eeb2
1 changed files with 1 additions and 2 deletions
|
|
@ -116,9 +116,8 @@ end
|
|||
|
||||
return Menu
|
||||
```
|
||||
|
||||
```luau [slider.luau]
|
||||
l-- Example of a component that wraps the built-in slider component.
|
||||
-- Example of a component that wraps the built-in slider component.
|
||||
-- This keeps a consistent "component(props) -> Instance" style.
|
||||
|
||||
local source = vide.source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue