Seregon/StratoSDK

StratoSDK is a framework with a declarative approach similar to Flutter/React, written and designed entirely for Rust.

Rust/27.3 KB/No license
crates/strato-widgets/tests/snapshots/button_state_commands.snap
StratoSDK / crates / strato-widgets / tests / snapshots / button_state_commands.snap
1Disabled:
2 - rect 0.0,0.0 140.0x44.0 rgba(0.50,0.50,0.50,1.00)
3 - text 'Disabled' @(70.0,15.0) size 14.0 rgba(1.00,1.00,1.00,0.35)
4Focused:
5 - rect 0.0,0.0 140.0x44.0 rgba(0.24,0.44,0.83,1.00)
6 - text 'Focused' @(70.0,15.0) size 14.0 rgba(1.00,1.00,1.00,1.00)
7Hovered:
8 - rect 0.0,0.0 140.0x44.0 rgba(0.27,0.47,0.87,1.00)
9 - text 'Hovered' @(70.0,15.0) size 14.0 rgba(1.00,1.00,1.00,1.00)
10Normal:
11 - rect 0.0,0.0 140.0x44.0 rgba(0.20,0.40,0.80,1.00)
12 - text 'Normal' @(70.0,15.0) size 14.0 rgba(1.00,1.00,1.00,1.00)
13Pressed:
14 - rect 1.0,1.0 140.0x44.0 rgba(0.10,0.30,0.70,1.00)
15 - text 'Pressed' @(71.0,16.0) size 14.0 rgba(1.00,1.00,1.00,1.00)
16