import rc-style

This commit is contained in:
afc163 2015-05-26 17:35:24 +08:00
parent 17a14faad2
commit 306d106a08
4 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# 基本型
- description: 你说什么我听不清。
- description: 标准的按钮
---
````html
<button>按钮</button>
<button class="nd-btn">按钮</button>
````

View File

@ -1,3 +1,5 @@
require('rc-style/dist/index.css');
var antd = {
datepicker: require('./components/datepicker')
};

View File

@ -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",

View File

@ -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>