bsButton
@Composable
Creates a Bootstrap Button component with a given label and icon.
Parameters
label
the label of the button
icon
the icon of the button
style
the style of the button
size
the size of the button
type
the type of the button
disabled
whether the button is disabled
className
the CSS class name
id
the ID attribute of the button
content
a function for setting up the component