x
1
2
3
4
5
<div class="bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-800 rounded-xl overflow-hidden"> <div class=""> <div class='h-32 bg-gradient-to-br from-purple-500 to-blue-600'></div> </div></div>1
2
3
render(Solrengine::Ui::CardComponent.new(padding: false)) do |c| c.with_body { "<div class='h-32 bg-gradient-to-br from-purple-500 to-blue-600'></div>".html_safe }endNo notes provided.
No params configured.