Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-flip-clock

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flip-clock - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

example/index.js
import React from 'react'
import { render } from 'react-dom'
import Clock from 'react-flip-clock'
// import Clock from '../lib/index.js'

@@ -5,0 +6,0 @@ const Index = () => {

2

package.json

@@ -5,3 +5,3 @@ {

"email": "876029169@qq.com",
"version": "1.0.3",
"version": "1.0.4",
"description": "react 翻页时钟计时器插件",

@@ -8,0 +8,0 @@ "author": "xiaxiangfeng",

# react 翻页时钟计时器
> 基于react开发的一个翻页动画效果非常漂亮的计时器
> 基于react开发的一个翻页动画效果非常漂亮的计时器。
预览地址:http://xiaxiangfeng.github.io/flip-clock/index.html

@@ -33,2 +34,20 @@

### 自定义样式
#### 编写样式覆盖即可
``` css
/*宽高*/
.flip-clock-wrapper ul {
width: 60px;
height: 90px;
}
/*背景颜色、字体大小*/
.flip-clock-wrapper .inn {
background-color: #502d2d;
font-size: 70px;
}
```
## Build Setup

@@ -35,0 +54,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc