0.3.1 • Published 1 year ago
orange-ui-icon v0.3.1
Orange-UI特供公共图标库(暂时只有vue)
Installation
$ npm install orange-ui-icon
Basic usage
<script>
import { Add } from 'orange-ui-icon'
</script>
......
<template>
<Add></Add>
<Add style="font-size: 24px;color: #ec9b64"></Add>
<Add :style="{ 'font-size': '24px', color: '#ec9b64' }"></Add>
</template>
Options
Tags
License
Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)