update css and snippets

This commit is contained in:
alice 2024-10-28 15:54:22 +01:00
parent f7dac3f63a
commit cbce3348f2
27 changed files with 200 additions and 176 deletions

View file

@ -10,7 +10,7 @@ together.
::: code-group
```lua [Button.luau]
```luau [Button.luau]
local create = vide.create
local function Button(props: {
@ -34,7 +34,7 @@ end
return Button
```
```lua [Menu.luau]
```luau [Menu.luau]
local create = vide.create
local Button = require(Button)