x
1
2
3
4
5
6
7
8
9
10
<div class="bg-solar4 overflow-hidden shadow rounded-lg divide-y divide-solar2"> <div class="px-4 py-5 sm:px-6"> <h3 class="text-lg leading-6 font-medium text-gray-900"> This card has a header </h3> </div> <div class="px-4 py-5 sm:p-6"> This is a card </div></div>1
2
3
4
5
6
7
render CardComponent.new do |c| c.with_header do "This card has a header" end "This is a card"endNo notes provided.
No params configured.