You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
913 B

# 资源下载
- category: 资源
---
这里提供 Ant Design 相关设计资源和设计工具的下载,更多设计资源正在整理和完善中。
### 交互部件库
<a target="_blank" href="" class="download-link disabled">Axure Widgets</a>
### 组件视觉稿
9 years ago
<a target="_blank" href="" class="download-link disabled">For Sketch</a>
### 图标
<a target="_blank" href="" class="download-link disabled">svg 图标集</a>
9 years ago
<a target="_blank" href="https://github.com/ant-design/ant-design/files/57840/iconfont.zip" class="download-link">Iconfont 压缩包</a>
<style>
.download-link {
width: 200px;
height: 120px;
border: 1px solid #e9e9e9;
background: #fafafa;
border-radius: 6px;
line-height: 120px;
text-align: center;
font-size: 14px;
color: #777;
display: inline-block;
margin-right: 16px;
}
.download-link.disabled {
opacity: 0.45;
pointer-events: none;
}
</style>