npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

yi-frames-ui

v2.1.8

Published

The UI widgets for Yi-Frames

Downloads

114

Readme

yi-frames-ui NPM version Build Status Dependency Status Coverage percentage

The UI widgets of Yi-Frames

安装Yi-frames脚手架

First, 使用cnpm/npm/yarn 全局安装 Yeoman & generator-yi-frames.

cnpm i -g yo
cnpm i -g generator-yi-frames

Second,安装Yi-frames-ui

  • 同脚手架模板一起安装:下载脚手架模板到项目文件夹,自带yi-frames-ui模块:
yo yi-frames

yo yi-frames:op

yo yi-frames:vue
  • 单独安装
cnpm i --S yi-frames-ui

Yi-frames-ui@2.1.8介绍


pc端
    layout 增加 loading调用

==================华丽分割线==================

v2.1.7
PC端
    1、主结构优化及新增
    2、优化主体左右高度等同(padding & -margin 实现
    3、行列布局样式增加默认行高30px
    4、状态提示增加自定义位置
    5、表格增加默认宽度100%
    6、图片上传组件展示判断优化
    7、分页增加class & id 自定义

移动端
    1、调用结构同步于PC端
    2、移动端tab切换结构同步于PC端

==================华丽分割线==================

V2组件
1、_mixin.scss管理所有可变动参数值(颜色,字号,边距等;
2、pug组件通过配参实现不同结构及样式,具体参考API;
3、PC组件API:
https://yichehuoban-fed.bitauto.com/fe/yi-api/yi-pc-API/dist/html/index.html
4、Wap组件API:
https://yichehuoban-fed.bitauto.com/fe/yi-api/yi-wap-API/dist/html/index.html

使用说明

1、下载下来脚手架后,在package.json里面查看yi-frames-ui的版本

2、引用路径./node_modules/yi-frames-ui/assets/pc-widget/具体的组件文件,
如调用pug文件:无需引pug文件;
调用scss文件:
@import ../node_modules/yi-frames-ui/assets/pc-widget/button/button.scss

3、mixin、iconfont由于其他组件也有依赖这两个库,所以这两个都要引上

4、PC组件的引用方法及预览:
https://yichehuoban-fed.bitauto.com/fe/yi-api/yi-pc-API/dist/html/index.html

5、Wap组件的引用方法及预览:
https://yichehuoban-fed.bitauto.com/fe/yi-api/yi-wap-API/dist/html/index.html

License

MIT © 贾时龙Mapk Volkov