Card
A Card component with Miuix style. Card contain content and actions that relate information about a subject.
This Card does not handle input events
Parameters
The modifier to be applied to the Card.
The corner radius of the Card.
The margin inside the Card.
CardColors that will be used to resolve the color(s) used for the Card.
The Composable content of the Card.
A Card component with Miuix style. Card contain contain content and actions that relate information about a subject.
This Card handles input events
Parameters
The modifier to be applied to the Card.
The corner radius of the Card.
The margin inside the Card.
CardColors that will be used to resolve the color(s) used for the Card.
The press feedback type of the Card.
Whether to show indication of the Card.
Whether the Card is in a hold-down state.
The callback to be invoked when the Card is clicked.
The callback to be invoked when the Card is long pressed.
The Composable content of the Card.