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
22
docs/api/index.md
Normal file
22
docs/api/index.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# API Reference
|
||||
|
||||
### [Reactivity: Core](../api/reactivity-core.md)
|
||||
|
||||
- [source()](../api/reactivity-core.md#source)
|
||||
- [derive()](../api/reactivity-core.md#derive)
|
||||
- [map()](../api/reactivity-core.md#map)
|
||||
- [watch()](../api/reactivity-core.md#watch)
|
||||
|
||||
### [Reactivity: Utility](../api/reactivity-utility.md)
|
||||
|
||||
- [cleanup()](../api/reactivity-utility.md#cleanup)
|
||||
|
||||
### [Element Creation](../api/creation.md)
|
||||
|
||||
- [create()](../api/creation.md#create)
|
||||
|
||||
### [Animation](../api/animation.md)
|
||||
|
||||
- [spring()](../api/animation.md#spring)
|
||||
|
||||
### [Strict Mode](../api/strict.md)
|
||||
Loading…
Add table
Add a link
Reference in a new issue