mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update SVG viewboxes
This commit is contained in:
parent
22d66c9aef
commit
92b62a4979
3 changed files with 4 additions and 8 deletions
|
|
@ -1,16 +1,13 @@
|
|||
<br>
|
||||
|
||||
<div align="center">
|
||||
<img style="margin-top:50px" src="docs/public/full_logo.svg" width="600" />
|
||||
<img src="docs/public/full_logo.svg" width="600" />
|
||||
</div>
|
||||
|
||||
### ⚠️ This library is in early stages of development with breaking changes being made often.
|
||||
|
||||
Vide is a reactive UI library.
|
||||
Vide is a reactive Luau UI library inspired by [Solid](https://www.solidjs.com/).
|
||||
|
||||
- Fully Luau typecheckable
|
||||
- Declarative and concise syntax.
|
||||
- Minimal imports.
|
||||
- Reactively driven.
|
||||
|
||||
## Getting started
|
||||
|
|
@ -22,7 +19,6 @@ for a quick introduction to the library.
|
|||
## Code sample
|
||||
|
||||
```lua
|
||||
local vide = require(path_to_vide)
|
||||
local create = vide.create
|
||||
local source = vide.source
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue