2.0.6 • Published 5 years ago
timer-by-bigscreen v2.0.6
作者
你们的吴男神
timer-by-bigscreen
时间加载组件用于大屏
install
npm install --save timer-by-bigscreen
usage
import React from 'react';
import Timer from 'timer-by-bigscreen';
const App = () => (
return <Timer />;
);
export default App;API
| 参数 | 说明 | 类型 |
|---|---|---|
| mainClassName | 最外层div样式自定义 | string |
| timeClassName | 时间样式自定义 | string |
| yearClassName | 年样式自定义 | string |
| weekClassName | 星期样式自定义 | string |