Shepherd.js

Shepherd 一款可在应用中快速集成用户指导功效的 JS 库。 npm npm install shepherd.js --save yarn yarn add shepherd.js使用let tour = new Shepherd.Tour({ defaultStepOptions: {...

Shepherd 一款可在应用中快速集成用户指导功效的 JS 库。


npm

npm install shepherd.js --save

yarn

yarn add shepherd.js


使用

let tour = new Shepherd.Tour({
  defaultStepOptions: {
    classes: 'shadow-md bg-purple-dark',
    scrollTo: true
  }
});

tour.addStep('example', {
  title: 'Example Shepherd',
  text: 'Creating a Shepherd is easy too! Just create ...',
  attachTo: '.hero-example bottom',
  advanceOn: '.docs-link click'
});

tour.start();


思源资源网:分类流动

1.阿里云: 本站现在使用的是阿里云主机,平安/可靠/稳固。点击领取2000米代金券、领会最新阿里云产物的种种优惠流动点击进入

2.腾讯云: 提供云服务器、云数据库、云存储、视频与CDN、域名等服务。腾讯云各种产物的最新流动,优惠券领取点击进入

3.广告同盟: 整理了现在主流的广告同盟平台,若是你有流量,可以作为参考选择适合你的平台点击进入

链接: http://www.fly63.com/nav/1659

  • 发表于 2021-05-01 06:17
  • 阅读 ( 232 )
  • 分类:互联网

0 条评论

请先 登录 后评论
杨浩创新
杨浩创新

676 篇文章

你可能感兴趣的文章

相关问题