- Notifications
You must be signed in to change notification settings - Fork22
A reactive Luau library for creating UI.
License
NotificationsYou must be signed in to change notification settings
centau/vide
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Vide is a reactive Luau UI library inspired bySolid.
- Fully Luau typecheckable
- Declarative and concise syntax.
- Reactively driven.
Read thecrash coursefor a quick introduction to the library.
localcreate=vide.createlocalsource=vide.sourcelocalfunctionCounter()localcount=source(0)returncreate"TextButton" {Text=function()return"count: "..count()end,Activated=function()count(count()+1)end }end
About
A reactive Luau library for creating UI.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published