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 🙏

© 2024 – Pkg Stats / Ryan Hefner

shenbo-ui

v0.1.39

Published

shenbo-ui 是一款致力于为公司Vue项目提供酷炫视觉组件的UI组件库

Downloads

4

Readme

shenbo-ui 组件库

快速开始

npm i shenbo-ui

引用组件库

//全部引入
import 'shenbo-ui/dist/css/index.css';
import SUI from 'shenbo-ui';
Vue.use(SUI);

//按需引入
import 'shenbo-ui/dist/css/card.css';
import {Card} from 'shenbo-ui';
Vue.use(Card);


### 日志详情
* 2023-2-22 r0.1.39
>1.新增 s-roseChart 玫瑰图组件
>2.新增 s-regionalPolyline 多面积图组件
>3.新增 s-multipleLine 多折线图组件

* 2023-2-22 r0.1.38
>1.新增 s-lineBar 折柱图组件
>2.新增 s-scatterplot 气泡图组件
>3.更新 s-guage 仪表盘组件

* 2023-2-22 r0.1.37
>1.s-water 水波图组件上线


* 2022-6-29 r0.1.36
>1.s-map1地图组件支持zoom放大缩小后的,数据和label标签及图标刷新(后续将支持网格化聚合算法,自动进行数据聚合)
>特别鸣谢:yangshanlin在图片刷新问题上给予了作者帮助
> 
* 2022-6-22 r0.1.33
>1.s-map1地图组件支持父组件事件通讯,获取s-map1的click点击事件所获取的标签值,可进行路由跳转等自定义事件操作
>2.s-map1地图组件支持chartBgColor背景色配置

* 2022-5-24
>1.修复line折线图组件chartYDataMax,Y轴最大值属性支持Number,String,Function多类型

* 2022-5-10
>1.map地图GIS组件优化,支持label背景图配置,背景色配置
>2.line折线图组件优化,支持背景色配置,面积颜色配置
>3.radar雷达图组件,支持center标题配置,背景色配置,面积颜色配置,标签数据集配置,数据集配置

* 2022-4-30
>1.支持大区域圈数据集配置,支持第三方字体配置

* 2022-4-6
>1.新增s-ring1 环形组件
>2.新增s-line1 面积图组件

* 2022-3-28
>1.新增s-radar 雷达图组件
>
* 2022-3-25
>1.新增s-map1 东南沿海组件
>2.新增s-orgnizetree 组织树组件,待完善

* 2022-3-24
>1.新增s-button 炫彩按钮组件
>2.新增s-milestone 里程碑组件,待完善

* 2022-3-23
>1.新增s-switch 开关组件
>2.新增sv-borderbox1 边框组件,待完善

* 2022-3-22
>1.新增s-card 卡片组件
>2.组件库正式发布