mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Removed banner, removed copyright notice, reduced home page
This commit is contained in:
parent
1554325efb
commit
e51b0877fd
7 changed files with 9 additions and 172 deletions
|
|
@ -8,25 +8,15 @@ next:
|
|||
|
||||
hero:
|
||||
name: "Vide"
|
||||
tagline: A reactive UI and state library for Luau.
|
||||
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
|
||||
link: /tut/crash-course/1-introduction
|
||||
- theme: alt
|
||||
text: API Reference
|
||||
link: /api/reactivity-core
|
||||
|
||||
features:
|
||||
- title: Reactive State Management
|
||||
details: Built upon Solid and makes building reactive applications simple.
|
||||
- title: Declarative and simple
|
||||
details: Syntax designed to be minimal while also being easy to understand.
|
||||
- title: Fully Luau typecheckable
|
||||
details: Luau's typechecker catches type errors before you even begin testing.
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue