2018-03-19 13:05:08 +08:00

753 B
Raw Blame History

Icon

Install

import { Icon } from 'vant';

Vue.use(Icon);

Usage

Basic Usage

View all usable icons on the right.

<van-icon name="success" />

Use local font file

Icon uses font file in yzcdn.cn by defaultif you want to use the local font fileplease import the following css file.

import 'vant/lib/vant-css/icon-local.css';

API

Attribute Description Type Default Accepted Values
name Icon name String '' -
info Info message String '' -

Event

Event Description Arguments
click Triggered when click icon -