网站新手引导/步骤引导
生活随笔
收集整理的這篇文章主要介紹了
网站新手引导/步骤引导
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
最近給網站做新手引導,于是封裝了一個簡易的小插件。
線上Demo
示例代碼:
<div id="box_1" style="width:90px;height:90px;background:red;margin: 30px;"></div> <div id="box_2" style="width:60px;height:120px;background:green;margin: 30px;"></div><script src="https://unpkg.com/guide-tips/dist/guide-tips.min.js"></script> <script>const gt = new GuideTips({guideList: [{els: ["#box_1"],title: "step1",context: "This is step one"},{els: ["#box_2"],title: "step2",context: "This is step two"}]});gt.begin(); </script>npm 安裝
npm install guide-tipscdn地址
https://unpkg.com/guide-tips/dist/guide-tips.min.js源碼及文檔:github
總結
以上是生活随笔為你收集整理的网站新手引导/步骤引导的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 自己动手写一个nodejs的日志生成器
- 下一篇: 高数第七章知识点框架