Tailwind CSS
Installation
SKILL.md
Tailwind CSS
Quick Start
<!-- Basic card component -->
<div class="max-w-sm mx-auto bg-white rounded-xl shadow-md p-6">
<h2 class="text-xl font-bold text-gray-800 mb-2">Card Title</h2>
<p class="text-gray-600">Card content goes here</p>
<button
class="mt-4 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
>
Action
</button>
</div>
// React component example
Related skills
More from slanycukr/riot-api-project
axios
Promise-based HTTP client for making requests from browser and Node.js
140radix-ui
Build accessible, unstyled React UI components with Radix Primitives
56structlog
Structured logging for Python applications with context support and powerful processors
46uvicorn
ASGI server for Python web applications - Fast, production-ready server for async frameworks
41httpx
A next-generation HTTP client for Python with both sync and async support, perfect for modern Python applications
36apscheduler
Advanced Python Scheduler - Task scheduling and job queue system
20