Package-level declarations
Types
Link copied to clipboard
object DividerVars
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object SurfaceVars
Link copied to clipboard
Properties
Functions
Link copied to clipboard
@Composable
A dividing line (i.e. an <hr>
tag) which is SilkTheme-aware meant to visually break up elements in a column.
Link copied to clipboard
fun numColumns(base: Int, sm: Int = base, md: Int = sm, lg: Int = md, xl: Int = lg): ResponsiveValues<Int>
A convenience function for generating a ResponsiveValues instance to be consumed by SimpleGrid.
Link copied to clipboard
@Composable
A widget making it easy to create a common case of responsive grids, specifically one where you simply specify the number of columns and then its contents will flow to a new row automatically.
Link copied to clipboard
@Composable
A panel which encapsulates a SilkTheme-aware area.
Link copied to clipboard
@Composable
A dividing line (i.e. an <hr>
tag) which is SilkTheme-aware meant to visually break up elements in a row.