mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
This commit is contained in:
parent
8e31946dda
commit
13965868ce
13 changed files with 421 additions and 448 deletions
54
README.md
54
README.md
|
|
@ -1,54 +1,14 @@
|
|||
# Notice
|
||||
|
||||
The library is currently in a very early development stage, with breaking changes being made often, out of date documentation and no versioning. Not recommended for use.
|
||||
|
||||
<br>
|
||||
The library is currently in a very early development stage, with breaking
|
||||
changes being made often, out of date documentation and no versioning. Not
|
||||
recommended for use.
|
||||
|
||||
# Vide
|
||||
|
||||
Vide is a declarative, reactive Luau library for building user interfaces on Roblox.
|
||||
Vide is a declarative, reactive Luau library for building user interfaces on
|
||||
Roblox.
|
||||
|
||||
## API Reference
|
||||
- ### [API Reference](docs/api/index.md)
|
||||
|
||||
### [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)
|
||||
- ### [Crash Course](docs/tut/crash-course/1-introduction.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue