naive-ui/demo/documentation/components/card/enUS/border.md

7 lines
129 B
Markdown
Raw Normal View History

2019-11-18 11:34:18 +08:00
# Border
Card can be used without border.
```html
<n-card :bordered="false" title="Borderless Card">
Card Content
</n-card>
```