overlay:一个简单的叠加 UI 组件

时间:2024-07-22 14:33:28
【文件属性】:

文件名称:overlay:一个简单的叠加 UI 组件

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-22 14:33:28

JavaScript

覆盖 一个简单的叠加 UI 组件。 安装 $ component install segmentio/overlay 例子 var overlay = require ( 'overlay' ) ; overlay ( ) . closeable ( ) ; // the body now has an overlay on it 应用程序接口 覆盖(目标) 在给定的target元素上显示叠加层,默认为document.body 。 #show(fn) 显示覆盖,可选择调用回调fn 。 发出showing和show 。 #隐藏(fn) 隐藏覆盖层,可选择调用回调fn 。 发出hiding和hide 。 #删除(fn) 从 DOM 中移除覆盖层,可选择调用回调fn 。 如果叠加层尚未隐藏,请先将其隐藏。 发出removing和remove 。 #closeable() 通过单击


【文件预览】:
overlay-master
----.gitignore(16B)
----index.css(26B)
----component.json(566B)
----test()
--------index.html(786B)
----History.md(192B)
----Readme.md(1KB)
----Makefile(225B)
----lib()
--------index.css(139B)
--------index.js(1KB)
--------index.html(34B)

网友评论