Container that groups related content with header, body, and footer sections.
The component is based on the Box component and supports all of its props.
It’s important to note that the component intentionally does not include a size
prop. This design decision allows the Card
padding to automatically adjust based on its content, particularly when used in conjunction with the ListCell component.
The Search
component extends HTML input props and will accept any props from the native HTML input element.
By default the Body has no padding, but this can be changed by setting the p
prop to "current"
– which will use the same padding as the card.