@beisen-cmps/ux-m-platform-tip

Tip轻提示组件

Usage no npm install needed!

<script type="module">
  import beisenCmpsUxMPlatformTip from 'https://cdn.skypack.dev/@beisen-cmps/ux-m-platform-tip';
</script>

README

Tip轻提示组件

用于悬浮提示

UI规则

  • 显示在需要提示内容的上方或下方

tip1

tip2

API

Nav props

name description type default
cls 自定义container css String ''
boxStyle 自定义container style Object {}
iconStyle 自定义三角图标 style Object {}
show 是否展示提示 Boolean false
msg 提示信息 String 0
direction 三角位置,默认在提示下方 String 'down'