Document copied M3 component customizations

This commit is contained in:
arkon
2022-10-09 11:48:46 -04:00
parent 404f53b16b
commit d0950cb026
8 changed files with 26 additions and 186 deletions
@@ -28,6 +28,11 @@ import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.Shape
import androidx.compose.ui.unit.dp
/**
* ExtendedFloatingActionButton with custom transition between collapsed/expanded state.
*
* @see androidx.compose.material3.ExtendedFloatingActionButton
*/
@Composable
fun ExtendedFloatingActionButton(
text: @Composable () -> Unit,