diff --git a/components/timeline/demo/basic.md b/components/timeline/demo/basic.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/components/timeline/demo/color.md b/components/timeline/demo/color.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/components/timeline/demo/dashed.md b/components/timeline/demo/dashed.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/components/timeline/index.jsx b/components/timeline/index.jsx new file mode 100644 index 0000000000..eafa022e3d --- /dev/null +++ b/components/timeline/index.jsx @@ -0,0 +1,35 @@ +import React from 'react'; + +let AntTimeline = React.createClass({ + getDefaultProps() { + return { + prefixCls: 'ant-timeline' + }; + }, + render() { + return ( +