mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
25 lines
521 B
Markdown
25 lines
521 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
pageClass: home
|
|
next:
|
|
text: 'Introduction'
|
|
link: '/tut/crash-course/1-introduction'
|
|
|
|
hero:
|
|
name: "Vide"
|
|
tagline: A reactive UI library for Luau.
|
|
image:
|
|
src: /logo.svg
|
|
actions:
|
|
- theme: brand
|
|
text: What is Vide?
|
|
link: /tut/crash-course/1-introduction
|
|
- theme: alt
|
|
text: Crash Course
|
|
link: /tut/crash-course/2-creation
|
|
- theme: alt
|
|
text: API Reference
|
|
link: /api/reactivity-core
|
|
|
|
---
|