0.1.55 • Published 3 years ago
sh-vue3-components v0.1.55
sh-vue3-components 基于vue3前端组件库
完整引入
// main.js
import SHElement from 'sh-vue3-components';
import 'sh-vue3-components/dist/style/theme.scss';
import 'sh-vue3-components/dist/style/index.scss';
app.use(SHElement, ?option);
按需导入
<Button>按钮</Button>
import { Button } from 'sh-vue3-components';
// main.js
import 'sh-vue3-components/dist/style/theme.scss';
import 'sh-vue3-components/dist/style/button.scss';
用户引导
- 安装数环vue3组件库
npm install sh-vue3-components --save
- 引入
import { introJs } from "sh-vue3-components/dist/utils";
- 使用
// 确保所有的 element dom已经渲染完毕,才能调用 introJs
introJs({
steps: [
{
intro: "Hello World! 👋", // 介绍文案
element: ".element", // dom
},
{
intro: "highlight elements ✨",
element: "#element",
},
{
intro: "And this is our third step!",
placement: "left", // 定义弹窗位置, 默认 bottom-start
element: "#element > div",
},
{
intro: "And this is the last step!",
element: ".g-fs-14.g-m-r-20",
},
],
});
0.1.52
3 years ago
0.1.53
3 years ago
0.1.54
3 years ago
0.1.10
3 years ago
0.1.55
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.14
3 years ago
0.1.15
3 years ago
0.1.50
3 years ago
0.1.51
3 years ago
0.1.49
3 years ago
0.1.41
3 years ago
0.1.42
3 years ago
0.1.43
3 years ago
0.1.44
3 years ago
0.1.45
3 years ago
0.1.46
3 years ago
0.1.47
3 years ago
0.1.48
3 years ago
0.1.40
3 years ago
0.1.38
3 years ago
0.1.39
3 years ago
0.1.30
3 years ago
0.1.31
3 years ago
0.1.32
3 years ago
0.1.33
3 years ago
0.1.34
3 years ago
0.1.35
3 years ago
0.1.36
3 years ago
0.1.37
3 years ago
0.1.27
3 years ago
0.1.28
3 years ago
0.1.29
3 years ago
0.1.20
3 years ago
0.1.21
3 years ago
0.1.22
3 years ago
0.1.23
3 years ago
0.1.24
3 years ago
0.1.25
3 years ago
0.1.16
3 years ago
0.1.17
3 years ago
0.1.18
3 years ago
0.1.19
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago