mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
24 lines
458 B
Markdown
24 lines
458 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: Vide
|
|
text: ""
|
|
tagline: A declarative and reactive library for Luau.
|
|
image:
|
|
src: /vide.svg
|
|
alt: Vide
|
|
actions:
|
|
- theme: brand
|
|
text: Tutorials
|
|
link: /tut/crash-course/1-introduction
|
|
- theme: alt
|
|
text: API Reference
|
|
link: /api/reactivity-core
|
|
|
|
features:
|
|
- title: In Development
|
|
details: Do not use for production
|
|
---
|
|
|