📅  最后修改于: 2023-12-03 15:25:34.409000             🧑  作者: Mango
引导带|旋转器Set-1是一种常见的前端组件,用于引导用户完成特定的操作流程。它通常由引导带和旋转器两个部分组成,可以通过简单的配置实现所需的功能。
可以通过npm安装引导带|旋转器Set-1:
npm install guided-tour-spinner-set-1 --save
ES6模块:
import GuidedTourSpinnerSet1 from 'guided-tour-spinner-set-1';
CommonJS:
const GuidedTourSpinnerSet1 = require('guided-tour-spinner-set-1');
浏览器:
<script src="path/to/guided-tour-spinner-set-1.js"></script>
引导带|旋转器Set-1包含两个配置选项:步骤和位置。
步骤是一个数组,包含了引导带的每个步骤的内容和位置。它的格式如下:
[
{
content: '第一步',
position: 'bottom-left'
},
{
content: '第二步',
position: 'bottom-right'
},
// ...
]
位置是一个字符串,用于指定旋转器的位置。它的格式如下:
'bottom-left' | 'bottom-right' | 'top-left' | 'top-right'
const spinnerSet = new GuidedTourSpinnerSet1({
steps: [
{
content: '第一步',
position: 'bottom-left'
},
{
content: '第二步',
position: 'bottom-right'
}
],
position: 'bottom-left'
});
spinnerSet.start();
在线演示:https://codepen.io/hanzichi/pen/MWjoYyq
const spinnerSet = new GuidedTourSpinnerSet1({
steps: [
{
content: '这是第一步',
position: 'bottom-left'
},
{
content: '这是第二步',
position: 'bottom-right'
},
{
content: '这是第三步',
position: 'top-left'
},
{
content: '这是第四步',
position: 'top-right'
}
],
position: 'bottom-left'
});
spinnerSet.start();