Floating action

Floating action is used to notify and provide action for the user.

Show new messages

Inputs
icon : FloatingActionIcon
text : string
busy ?: boolean
color ?: FloatingActionColor = FloatingActionColor.PRIMARY
iconOnly ?: boolean = false

Renders as a circular icon-only button. Drops the label and the trailing icon spacing. Requires `icon` to be set.

position ?: FloatingActionPosition = FloatingActionPosition.BOTTOM
size ?: FloatingActionSize = FloatingActionSize.SMALL