Skip to content

hypengw/QmlMaterial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Design 3 for Qml

This is a library of Qml implementing Google's Material Design.

Dependencies

  • Qt 6.2+

Installation

cmake -S . -B build -GNinja
cmake --build build
cmake --install build

Acknowledgements