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

kuma-base

v1.20.1

Published

base for kuma

Downloads

250

Readme

kuma-base

概念

COLORS

品牌色、中立色、功能色为颜色的基础框架,UI设计中的任何颜色都要在此框架下产生,调色板中包含设计中的所有颜色。建议品牌色中基准色位于调色板中的中间位置,方便与向深浅两个方向拓展。

品牌色

品牌色分主品牌色和品牌辅助色。品牌核心颜色,代表品牌对外形象及VI识别。主色的数量根据品牌特性制定,可以1个也可以多个。用于主要Button、ICON等需要突出品牌特征的地方。主品牌色来源于品牌的代表色颜色,通常来源于LOGO。子品牌、子服务等衍生业务可以由次级品牌色构成,也可以由主品牌色构成,主要依据品牌策略和业务模式。

中立色

灰或饱和度低的颜色(如蓝灰)用与界面设计中背景、边框、分割线、ICON、中立插图等。

功能色

分类:信息提示类 、连接色类。用于UI设计中需要引起注意的设计。如:流程中的进度、提醒、成功等。

关于上一个版本的 kuma 兼容

老版本中的变量在新版本中保留,保存在 memories 目录下,开发人员在开发新的变量时,请注意核对是否冲突。

如何开发

git clone [email protected]:uxcore/kuma-base.git
cd kuma-base
npm install
npm start

如何发布

  • 修改 HISTORY.md
  • 修改 package.json 版本号
  • 执行 npm run pub