# Building Customizable Bottom Sheets with Compose Unstyled

DevFeed: [Building Customizable Bottom Sheets with Compose Unstyled](<https://devfeed.tech/articles/bottom-sheets-that-just-work-28443.md>)

Original publisher: [Read original article](<https://composables.com/blog/bottom-sheets-that-just-work>)

Author: Alex Styl

Published: 2024-09-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Composables - Concise, no-fluff video tutorials for Android developers](<https://devfeed.tech/sources/composables-concise-no-fluff-video-tutorials-for-android-developers.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [compose-multiplatform](<https://devfeed.tech/topics/compose-multiplatform.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Library](<https://devfeed.tech/topics/library.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [compose](<https://devfeed.tech/tags/compose.md>), [compose-multiplatform](<https://devfeed.tech/tags/compose-multiplatform.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [library](<https://devfeed.tech/tags/library.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial explains how to build customizable bottom sheets with Compose Unstyled, an unstyled Compose Multiplatform library. It covers installation, core concepts, state and detents, dragging interactions, animations, dynamic sizing, and accessibility.

## Source excerpt

Create the bottom sheets of your dreams using Compose Unstyled