mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update docs
This commit is contained in:
parent
8b73d51744
commit
2050c2585f
2 changed files with 3 additions and 3 deletions
|
|
@ -221,7 +221,7 @@ Maps each value in a table source to an object.
|
||||||
|
|
||||||
local items = source {} :: () -> Array<Item>
|
local items = source {} :: () -> Array<Item>
|
||||||
|
|
||||||
local displays = values(numbers, function(item, i)
|
local displays = values(items, function(item, i)
|
||||||
return ItemDisplay {
|
return ItemDisplay {
|
||||||
Name = item.Name
|
Name = item.Name
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ layout: home
|
||||||
hero:
|
hero:
|
||||||
name: Vide
|
name: Vide
|
||||||
text: ""
|
text: ""
|
||||||
tagline: A declarative and reactive library for Luau.
|
tagline: A reactive UI library for Luau.
|
||||||
image:
|
image:
|
||||||
src: /logo.svg
|
src: /logo.svg
|
||||||
alt: Vide
|
alt: Vide
|
||||||
|
|
@ -19,6 +19,6 @@ hero:
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: In Development
|
- title: In Development
|
||||||
details: Do not use for production
|
details: Not recommended for production.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue