mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
import rc-style
This commit is contained in:
parent
17a14faad2
commit
306d106a08
@ -1,9 +1,9 @@
|
||||
# 基本型
|
||||
|
||||
- description: 你说什么我听不清。
|
||||
- description: 标准的按钮
|
||||
|
||||
---
|
||||
|
||||
````html
|
||||
<button>按钮</button>
|
||||
<button class="nd-btn">按钮</button>
|
||||
````
|
||||
|
2
index.js
2
index.js
@ -1,3 +1,5 @@
|
||||
require('rc-style/dist/index.css');
|
||||
|
||||
var antd = {
|
||||
datepicker: require('./components/datepicker')
|
||||
};
|
||||
|
@ -13,7 +13,8 @@
|
||||
"dependencies": {
|
||||
"gregorian-calendar": "~3.0.0",
|
||||
"gregorian-calendar-format": "~3.0.1",
|
||||
"rc-calendar": "~3.4.2"
|
||||
"rc-calendar": "~3.4.2",
|
||||
"rc-style": "git@github.com:react-component/style.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "~0.1.0",
|
||||
|
@ -9,7 +9,6 @@
|
||||
<title>{% block title %}Ant Design{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/normalize.css">
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_1431765342_9023364.css">
|
||||
<link href="http://fonts.useso.com/css?family=Raleway:600,500,400,300" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="/static/tomorrow.css">
|
||||
<script src="https://a.alipayobjects.com/jquery/jquery/1.11.1/jquery.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user