React时间表 安装 # with npm npm install react-timelines # or with Yarn yarn add react-timelines 利用 import Timeline from 'react-timelines' const MyWidget = ( ) => < Timeline> export default MyWidget 造型 使用Webpack 结合使用Webpack和CSS loader,添加以下内容: import 'react-timelines/lib/css/style.css' 使用Sass(SCSS) 使用Sa