vide/docs/index.md
2024-10-28 17:02:43 +01:00

27 lines
758 B
Markdown

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: Vide
text: ""
tagline: A reactive UI library for Luau.
image:
src: /logo.svg
alt: Vide
actions:
- theme: brand
text: Crash Course
link: /tut/crash-course/1-introduction
- theme: alt
text: API Reference
link: /api/reactivity-core
features:
- title: Reactively driven
details: Powerful and modern primitives inspired by SolidJS to build fluid UI with little friction
- title: Declarative and concise
details: Syntax built to be minimal while also obvious and easy to understand to anyone
- title: Fully Luau Typecheckable
details: Ensure you write correct code through the Luau typechecking engine.
---