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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<svg width="150" height="88" viewBox="0 0 150 88" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="150" height="88" viewBox="15 7 115 68" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_d_1_41)">
|
||||
<g clip-path="url(#clip0_1_41)">
|
||||
<rect x="18" y="12" width="110" height="48" rx="8" fill="url(#paint0_radial_1_41)"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
|
@ -1,4 +1,4 @@
|
|||
<svg width="384" height="384" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="384" height="384" viewBox="8 8 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_ddd_1_134)">
|
||||
<path d="M21.4019 35.5C22.5566 37.5 25.4434 37.5 26.5981 35.5L38.4546 14.9639C39.2786 13.5367 38.1196 11.7812 36.4834 11.9783L30.3548 12.7164C28.9029 12.8913 27.6622 13.8444 27.1191 15.2021L24 23L20 13L11.5166 11.9783C9.88038 11.7812 8.72139 13.5367 9.54541 14.9639L21.4019 35.5Z" fill="url(#paint0_radial_1_134)"/>
|
||||
<path d="M20 13L24 23L28 33.0718C27.1412 34.5593 24.9736 34.4973 24.2012 32.9632L13.7728 12.25L20 13Z" fill="url(#paint1_radial_1_134)"/>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue