ReaktorDesignSystem

Functions

Link copied to clipboard
open fun ButtonFloatingAction(modifier: Modifier, onClick: () -> Unit, shape: Shape, containerColor: Color, contentColor: Color, elevation: FloatingActionButtonElevation, content: @Composable RowScope.() -> Unit)
Link copied to clipboard
open fun ButtonIcon(modifier: Modifier, imageVector: ImageVector, onClick: () -> Unit)
Link copied to clipboard
open fun ButtonWrapped(modifier: Modifier, onClick: () -> Unit, enabled: Boolean, shape: Shape, colors: ButtonColors, elevation: ButtonElevation?, content: @Composable RowScope.() -> Unit)
Link copied to clipboard
open fun CardView(modifier: Modifier, content: @Composable BoxScope.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSizes(): Sizes
Link copied to clipboard
open override fun getTypography(): Typography
Link copied to clipboard
open fun InputText(modifier: Modifier, value: String, onValueChange: (String) -> Unit, label: @Composable () -> Unit, placeholder: String)
Link copied to clipboard
open fun TextView(modifier: Modifier, text: String, style: TextStyle)