Skip to content

Instantly share code, notes, and snippets.

@chriswiesner
chriswiesner / AnchoredMenuList.kt
Created September 27, 2023 09:20
AnchoredDraggable Menu with List
@OptIn(ExperimentalFoundationApi::class)
@Composable
fun AnchoredMenuListDemo() {
val density = LocalDensity.current
val state = remember {
AnchoredDraggableState(
initialValue = DragAnchors.Start,
anchors = DraggableAnchors {