Skip to content

Instantly share code, notes, and snippets.

@MattHritzko
MattHritzko / BasicComponents.kt
Created April 11, 2026 03:12
Components to use to avoid material theme
import android.view.Gravity
import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.animateContentSize
import androidx.compose.animation.core.MutableTransitionState
import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.tween
import androidx.compose.animation.fadeIn
import androidx.compose.animation.fadeOut
import androidx.compose.animation.scaleIn
import androidx.compose.animation.scaleOut