react 翻页时钟计时器
基于react开发的一个翻页动画效果非常漂亮的计时器。 预览地址:http://xiaxiangfeng.github.io/flip-clock/index.html
从NPM下载包
npm i react-flip-clock
使用实例
引入包
const Index = {return<div><Clock /></div>}
自定义样式
编写样式覆盖即可
/*宽高*//*背景颜色、字体大小*/
Build Setup
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# build for production and view the bundle analyzer reportnpm run build --report# run unit testsnpm run unit# run all testsnpm test