Skip to content

箭头

很简单,一个箭头图标加可控状态。

INFO

无需引入,可直接使用

Props

名称类型默认值说明
iconstringant-design:down-outlined箭头图标
activebooleanfalse可控的激活状态
rightbooleanfalse箭头朝向右
leftbooleanfalse箭头朝向左

Usage

vue
<template>
  <w-arrow :active="active" />
</template>

Released under the MIT License.