General
PromptBeginner5 minmarkdown
Untitled Skill
193
When styling cards use the following classes:
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
When styling cards use the following classes:
card card-bordered border-base-300 shadow-mdhover:shadow-lg hover:border-primary/50 transition-all duration-200bg-base-200Example
<div
class="card card-bordered border-base-300 shadow-md"
>
<!-- Content here -->
</div>