Skip to content

alexfacciorusso/compose-desktop-toolbox

Repository files navigation

Introduction

A set of tools for your Compose Desktop development delight.

Features

  • Modifier.bindWindowMinimumSize - bind the minimum size of a window to a Composable's "relaxed state".

Usage

Modifier.bindWindowMinimumSize

See the sample for a full example.

Window(onCloseRequest = ::exitApplication) {
    App(modifier = Modifier.bindWindowMinimumSize(this))
}

WindowScope.WindowMinimumSize

Window(onCloseRequest = ::exitApplication) {
    WindowMinimumSize(minimumWidth = 600.dp)
    // ...
}

Download

Snapshots

See instructions here.

Releases

WIP

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages