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