Skip to content

nipsysdev/lsd-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSD-Qt

QML component library implementing the Logos Design System for Qt applications.

Philosophy

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.

Quick Start

import "components" as Lsd

Lsd.LsdButton {
    text: "Get Started"
    variant: "filled"
    onClicked: console.log("clicked")
}

Theme Support

Automatic light/dark theme switching with property bindings.

Showcase

Try the component showcase:

./demo.sh

About

QML component library implementing the Logos Design System for Qt applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages