Protected Dashboard Content
)
}
```
## Available Examples
### 1. Custom Sign-In with Clerk Elements
**Example**: `examples/custom-sign-in-guide.md` (code: `examples/custom-sign-in.tsx`)
**Demonstrates**:
- Clerk Elements for custom sign-in flow
- Step-based authentication
- Strategy selection (password, OAuth)
- Form validation
- Error handling
- Custom styling
**Key Components**:
```typescript