<div class="{{ jrmc.getCssClass($props, 'card', 'w-96 bg-base-100 shadow-xl') }}" {{ $props.except(['class']).toAttrs() }}>
  {{{ $slots.top !== undefined ? await $slots.top() : '' }}}
  {{{ await $slots.main() || '' }}}
  {{{ $slots.bottom !== undefined ? await $slots.bottom() : '' }}}
</div>