Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flyme-ui

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flyme-ui

一套基于 Vue.js 的移动端 UI 组件库

  • 0.1.2
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Flyme UI

npm package

一套基于 Vue.js 的移动端 UI 组件库

安装

npm install flyme-ui --save-dev

示例

<!-- vue 单文件组件 -->
<template>
    ...
    <fm-icon :size="18" color="#f12528" id="location"></fm-icon>
    ...
</template>
<script>
    // 建议以 fm 为前缀进行重命名
    import { icon as fmIcon } from 'flyme-ui';
    export default {
        components: {
            fmIcon,
            ...
        },
        ...
    }
</script>

组件

Header 标题栏

Icon 图标

Keywords

FAQs

Package last updated on 18 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc