在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):vigetlabs/react-ink开源软件地址(OpenSource Url):https://github.com/vigetlabs/react-ink开源编程语言(OpenSource Language):JavaScript 93.5%开源软件介绍(OpenSource Introduction):React InkAdd the Material Design ripple effect to React component. UsageInk must be placed within another component with a position is not import React from 'react'
import Ink from 'react-ink'
const InkeyButton () => {
return (
<button style={{ position: "relative" }}>
<Ink />
</button>
)
} There are several options available for how Configuration{
background : true, // When true, pressing the ink will cause the background to fill with the current color
duration : 1000, // Duration of the full animation completion
opacity : 0.25, // The opacity of the ink blob
radius : 150, // The size of the effect, will not exceed bounds of containing element
recenter : true, // When true, recenter will pull ink towards the center of the containing element
style : {...}, // See src/style.js. Any rules set here will extend these values
hasTouch : true|false // Override internal hasTouch detection
} Visit code.viget.com to see more projects from Viget. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论