# Tailwind Component Patterns
Ready-to-use component patterns with Tailwind CSS.
## Navigation
### Navbar
```html
```
### Sidebar
```html
```
## Cards
### Feature Card
```html
Lightning Fast
Optimized for speed with edge computing and CDN distribution.
```
### Profile Card
```html
Jane Doe
Senior Developer
```
### Pricing Card
```html
Popular
Pro
$29
/month
-
Unlimited projects
-
Advanced analytics
-
Priority support
```
## Forms
### Login Form
```html
```
### Search Input with Button
```html
```
## Lists
### Task List
```html
```
### User List
```html
John Smith
john@example.com
Active
```
## Alerts/Badges
### Alert Types
```html
Changes saved successfully!
Error processing your request.
Please review before submitting.
New features are now available.
```
### Badges
```html
Active
Pending
Inactive
Draft
```
## Loading States
### Spinner
```html
```
### Skeleton
```html
```
### Button Loading
```html
```