mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
12 lines
123 B
Markdown
12 lines
123 B
Markdown
# Basic
|
|
A basic card.
|
|
```html
|
|
<n-card title="Card">
|
|
Card Content
|
|
</n-card>
|
|
```
|
|
```css
|
|
.n-card {
|
|
max-width: 300px;
|
|
}
|
|
``` |