panels
1.0.1indexedImplements Discord-like swiping and static side panels for user interfaces, mimicking layouts from Discord's Android and Desktop apps.
21
Stars
—
Used by
dependents
—
Health
/ 100
Implements Discord-like swiping and static side panels for user interfaces, mimicking layouts from Discord's Android and Desktop apps.
Discord-like swiping side panels for Jetpack Compose Multiplatform.
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.materiiapps.panels:panels:1.0.1")
}
Swipe Panels behaves just like the layout in the Discord Android app.
SwipePanels(
start = {
// Start panel
},
center = {
// Center panel
},
end = {
// End panel
},
)
Static Panels behaves just like the layout in the Discord Desktop app.
StaticPanels(
start = {
// Start panel
},
center = {
// Center panel
},
end = {
// End panel
},
)
These are the most basic ways to use the panels. Check out the samples for more detailed examples.
Surfaced from shared tags and platforms — no rankings paid for.