A user experience boot component based the introjs
npm install wea-tool-introhtml
`
$3
` npm
npm install --save wea-tool-intro
`
`js
import WeaToolIntro from "wea-tool-intro";
`
Usage
`js
var myWeaToolIntro = new WeaToolIntro([
{
element: "#step1",
intro: "步骤一
天青色等烟雨,而我在等你,岁月被打捞起,掩盖了结局。",
position: "right",
event: function() {
console.log("step1");
}
},
...
]);
myWeaToolIntro.start();
`
Parameter
| Name | Type | Descript |
| ------- | -------- | -------- |
| element | String | 步骤区块的 id` |