QML component library implementing the Logos Design System for Qt applications.
Minimal, content-focused design system challenging conventional UI clutter. Pure black/white aesthetic with clean typography and intentional spacing.
Note: This is a Qt/QML implementation of the Logos Design System. For React components, check out the main LSD repository.
import "components" as Lsd
Lsd.LsdButton {
text: "Get Started"
variant: "filled"
onClicked: console.log("clicked")
}
Automatic light/dark theme switching with property bindings.
Try the component showcase:
./demo.sh