This website requires JavaScript.
Explore
Help
Sign In
mirror
/
naive-ui
Watch
2
Star
0
Fork
0
You've already forked naive-ui
mirror of
https://github.com/tusen-ai/naive-ui.git
synced
2025-01-12 12:25:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f6e2f32265
naive-ui
/
demo
/
documentation
/
components
/
card
/
zhCN
/
basic.md
13 lines
132 B
Markdown
Raw
Normal View
History
Unescape
Escape
doc(card): zh-cn
2020-02-03 20:49:22 +08:00
# 基础用法
card-zhcn
2019-12-02 03:16:35 +08:00
基础卡片
```html
<
n-card
title
=
"卡片"
>
卡片内容
<
/
n-card
>
```
```css
.n-card {
max-width: 300px;
}
```
Reference in New Issue
Copy Permalink