feat: making examples in readme look good
This commit is contained in:
BIN
.github/screenshots/ewifi_gui_screenshot.png
vendored
BIN
.github/screenshots/ewifi_gui_screenshot.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 500 KiB |
19
README.md
19
README.md
@@ -8,18 +8,15 @@ Elkowars Wacky Widgets Imporved Interface is a fork of Elkowars Wacky Widgets wh
|
||||
|
||||
## Examples
|
||||
|
||||
All examples are in the [examples directory](./examples/).
|
||||
Examples of projects powered by ewwii.
|
||||
|
||||
- A basic bar [CLICK TO SEE](./examples/ewwii-bar) <br>
|
||||

|
||||
|
||||
- Data structures [CLICK TO SEE](./examples/data-structures) <br>
|
||||

|
||||
|
||||
## Templates
|
||||
|
||||
- A wifi gui template [CLICK TO SEE](https://github.com/Ewwii-sh/ewifi_gui_template) <br>
|
||||
<img src="https://raw.githubusercontent.com/Ewwii-sh/ewwii/main/.github/screenshots/wifi_manager_template.png" width="400" />
|
||||
| Project | Preview |
|
||||
|---------|---------|
|
||||
| **Basic Bar**<br>[View Example](./examples/ewwii-bar) | [](./examples/ewwii-bar) |
|
||||
| **Data Structures**<br>[View Example](./examples/data-structures) | [](./examples/data-structures) |
|
||||
| **Wi-Fi GUI Template**<br>[View on GitHub](https://github.com/Ewwii-sh/ewifi_gui_template) |  |
|
||||
| **Obsidian Bar Template**<br>[View on GitHub](https://github.com/Ewwii-sh/obsidian-bar) | [](https://github.com/Ewwii-sh/obsidian-bar) |
|
||||
| **Astatine Dots (Linux Rice with Ewwii)**<br>[View on GitHub](https://github.com/Ewwii-sh/astatine-dots) | [](https://github.com/Ewwii-sh/astatine-dots) |
|
||||
|
||||
## Contribewwtiing
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ fn metric(props) {
|
||||
space_evenly: false,
|
||||
}, [
|
||||
box(#{ class: "label" }, [ label(#{ text: label_prop }) ]),
|
||||
slider(#{
|
||||
scale(#{
|
||||
min: 0,
|
||||
max: 101,
|
||||
active: onchange_prop != "",
|
||||
|
||||
Reference in New Issue
Block a user