Renders a card with the picker component. Footer in card is only visible when picker is checked.
Supports an optional action with ‘icon’ and ‘click’ attributes.
<.picker_card id="king-room-picker-card" title="King room with pullout couch"> <:description> Relax in comfort with a king-size bed and a convenient pullout sofa—perfect for extra guests or family stays. </:description> <:description_tagline> <.responsive from="sm"> <.h5>Complimentary</.h5> </.responsive> <.responsive upto="sm"> <.h4>Complimentary</.h4> </.responsive> </:description_tagline> <:picker> <.input type="checkbox" name="test" value="yes" aria-label="Select card" /> </:picker> </.picker_card>