Package org.pushingpixels.aurora.component

Types

ScrollBarSizingConstants
Link copied to clipboard
object ScrollBarSizingConstants

Functions

AuroraBoxWithHighlights
Link copied to clipboard
@Composable
fun AuroraBoxWithHighlights(modifier: Modifier = Modifier, enabled: Boolean = true, selected: Boolean = false, onClick: () -> Unit? = null, sides: Sides = Sides(), content: @Composable () -> Unit)

A composable that wraps its content with top-level highlights. Notes:

AuroraHorizontalScrollbar
Link copied to clipboard
@Composable
fun AuroraHorizontalScrollbar(adapter: ScrollbarAdapter, modifier: Modifier = Modifier, reverseLayout: Boolean = false)

Horizontal scrollbar that can be attached to some scrollable component (Modifier.verticalScroll(), LazyRow) and share common state with it.

auroraRichTooltip
Link copied to clipboard
@Composable
fun Modifier.auroraRichTooltip(richTooltip: RichTooltip?, presentationModel: RichTooltipPresentationModel): Modifier
AuroraVerticalScrollbar
Link copied to clipboard
@Composable
fun AuroraVerticalScrollbar(adapter: ScrollbarAdapter, modifier: Modifier = Modifier, reverseLayout: Boolean = false)

Vertical scrollbar that can be attached to some scrollable component (ScrollableColumn, LazyColumn) and share common state with it.