Update docs

This commit is contained in:
aaron 2024-06-20 18:40:01 +01:00
parent f2de9b0e63
commit 62f1c3a20a
16 changed files with 86 additions and 347 deletions

View file

@ -34,12 +34,12 @@ end
return Button
```
```lua [App.luau]
```lua [Menu.luau]
local create = vide.create
local Button = require(Button)
local function App()
local function Menu()
return create "ScreenGui" {
Button {
Position = UDim2.fromOffset(200, 200),