setShowModal(false)}
title="Confirm Action"
size="medium"
footer={
<>
>
}
>
Are you sure you want to proceed?
>
)
}
```
### Loading and Error States
```jsx
import { Loading, ErrorMessage, EmptyState } from './components/common'
function MyComponent() {
if (loading) return