# Basic
A basic card.
```html
<n-card title="Card">
Card Content
</n-card>
```
```css
.n-card {
max-width: 300px;
}