mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Initial commit
This commit is contained in:
commit
e76234feb5
52 changed files with 5235 additions and 0 deletions
48
README.md
Normal file
48
README.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Vide
|
||||
|
||||
Vide is a declarative, reactive Luau library for building user interfaces on Roblox.
|
||||
|
||||
## API Reference
|
||||
|
||||
### [Reactivity: Core](docs/api/reactivity-core)
|
||||
|
||||
- [wrap()](docs/api/reactivity-core#wrap)
|
||||
- [derive()](docs/api/reactivity-core#derive)
|
||||
- [foreach()](docs/api/reactivity-core#wrap)
|
||||
- [match()](docs/api/reactivity-core#match)
|
||||
- [watch()](docs/api/reactivity-core#watch)
|
||||
|
||||
### [Reactivity: Utility](docs/api/reactivity-utility)
|
||||
|
||||
- [isState()](docs/api/reactivity-utility#isState)
|
||||
- [unwrap()](docs/api/reactivity-utility#unwrap)
|
||||
- [readonly()](docs/api/reactivity-utility#readonly)
|
||||
- [mutate()](docs/api/reactivity-utility#mutate)
|
||||
|
||||
### [Element Creation](docs/api/creation)
|
||||
|
||||
- [create()](docs/api/creation#create)
|
||||
- [apply()](docs/api/creation#apply)
|
||||
- [Layout](docs/api/creation#Layout)
|
||||
- [Children](docs/api/creation#Children)
|
||||
- [Event](docs/api/creation#Event)
|
||||
- [Changed](docs/api/creation#Changed)
|
||||
- [Bind](docs/api/creation#Bind)
|
||||
- [Created](docs/api/creation#Created)
|
||||
|
||||
### [Animation](docs/api/animation)
|
||||
|
||||
- [spring()](docs/api/animation#spring)
|
||||
|
||||
### [Types](docs/api/types)
|
||||
|
||||
- [State<T>](docs/api/types#State)
|
||||
- [Prop<T>](docs/api/types#Prop)
|
||||
|
||||
<br/>
|
||||
|
||||
## Tutorials
|
||||
|
||||
### [Crash Course](docs/tutorials/crash-course)
|
||||
|
||||
### [Reactive Graph](docs/tutorials/reactive-graph)
|
||||
Loading…
Add table
Add a link
Reference in a new issue