slint/examples/fancy-switches
Olivier Goffart 88697c68bb Remove license header from .md/.mdx files
They should be in the lines, but the problem is that this causes issues
in the .mdx files.

License header doesn't really make sense for .md files anyway
2025-12-04 21:58:09 +01:00
..
images Replace broken svg 2024-10-09 17:13:51 +03:00
DarkModeSwitch.slint Rename rotation-angle => transform-rotation 2025-10-10 16:07:02 +02:00
demo.slint Examples: Update fancy-switch with new rotation / scale properties (#9637) 2025-10-06 14:30:33 +03:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
SunMoonSwitch.slint Examples: Update fancy-switch with new rotation / scale properties (#9637) 2025-10-06 14:30:33 +03:00

Fancy Switch Screenshot

Fancy light / dark theme switches

Demonstrates how make detailed switches with Slint's state system.

The SunMoonSwitch was based on a Shmelt studios tutorial

Online Preview Online code editor