当前位置: 首页 > Web前端 > CSS

react下移动端可吸附浮窗、浮球、悬浮按钮支持拖拽功能

时间:2023-03-31 11:05:20 CSS

基于react的移动端可吸附浮动按钮。预览地址(手机端):https://kkfor.github.io/suspe...源码地址:https://github.com/kkfor/susp...安装npminstallsuspend-button-S使用importReact,{Component}from'react'从'react-dom'导入ReactDOM从'suspend-button'classAppextendsComponent{render(){return()}}ReactDOM.render(,document.getElementById('容器'))