centau / vide

A reactive Luau library for creating UI.
https://centau.github.io/vide/
MIT License
95 stars 16 forks source link

Add create(a, { props }) syntax #42

Closed 11poe closed 1 week ago

11poe commented 1 week ago

Adds create(a, { props }) syntax. E.g. create("Frame", { BackgroundTransparency = 0.5 }).