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

@helper-ui/styles

v2.0.3

Published

```shell npm install @helper-ui/styles # 或 yarn add @helper-ui/styles # 或 pnpm add @helper-ui/styles ```

Downloads

12

Readme

Helper UI 组件库支持的产线级UI规范,主题,以及样式工具等

npm install @helper-ui/styles
# 或
yarn add @helper-ui/styles
# 或
pnpm add @helper-ui/styles

Helper UI >= 2.0.0 ( 样式库 >= 2.0.0 )

需要sass:map与sass:math支持

uk3

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中uk3亮色主题,额外需要的一些样式定义

fx

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中fx主题,额外需要的一些样式定义

visualized(大屏)

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中visualized主题,额外需要的一些样式定义
@use 'sass:math';
@use 'sass:map';
// 使用方法(scss)

// 如果要修改默认的响应式或者rem配置,直接覆盖即可
// $features_respond: true;
// $features_rem: false;

// 非visualized引入方式如下
@import '<node_modules>/helper-ui/theme/scss/common/config';
@import '<node_modules>/@helper-ui/styles/2.x/fx/spec/config';

// visualized引入方式如下
// @import '<node_modules>/@helper-ui/styles/2.x/visualized/spec/config';
// @import '<node_modules>/helper-ui/theme/scss/common/colors';

@import '<node_modules>/helper-ui/theme/scss/components';
@import '<node_modules>/helper-business-ui/theme/scss/components'; // 可选
// (可选),需要Helper UI Pro中自定义主题时才需要引入
// **********重新指定imgPath与fontPath路径(必须):*************
$imgPath: '<node_modules>/@helper-ui/styles/images/';
$fontPath: '<node_modules>/@helper-ui/styles/fonts/'; // 只有大屏(visualized)主题需要字体配置
@import '<node_modules>/@helper-ui/styles/2.x/fx/themes/pro/index';

Helper UI >=2.0.0 && <2.2.0 ( 样式库 >=1.1.0 && <2.0.0)

需要sass:map与sass:math支持

uk2

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中uk2主题,额外需要的一些样式定义

uk2a

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中uk2a主题,额外需要的一些样式定义

uk3

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中uk3亮色主题,额外需要的一些样式定义

uk3-dark

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中uk3暗色主题,额外需要的一些样式定义

cecloud

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中cecloud主题,额外需要的一些样式定义

fx

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中fx主题,额外需要的一些样式定义

visualized(大屏)

  • /spec 规范SCSS配置文件($features_respond: true; $features_rem: false;)
  • /themes/pro 实现Helper UI Pro中visualized主题,额外需要的一些样式定义
@use 'sass:math';
@use 'sass:map';
// 使用方法(scss)

// 如果要修改默认的响应式或者rem配置,直接覆盖即可
// $features_respond: true;
// $features_rem: false;

// 方式引入如下
@import '<node_modules>/helper-ui/theme/scss/common/config'; // 如果使用暗色主题,这里需要换成config-dark
@import '<node_modules>/@helper-ui/styles/2.x/cecloud/spec/config';
@import '<node_modules>/helper-ui/theme/scss/components';
@import '<node_modules>/helper-business-ui/theme/scss/components'; // 可选
// (可选),需要Helper UI Pro中自定义主题时才需要引入
// **********重新指定imgPath与fontPath路径(必须):*************
$imgPath: '<node_modules>/@helper-ui/styles/images/';
$fontPath: '<node_modules>/@helper-ui/styles/fonts/'; // 只有大屏(visualized)主题需要字体配置
@import '<node_modules>/@helper-ui/styles/2.x/cecloud/themes/pro/index';

Helper UI 1.5.x(不推荐,请使用2.x

需要sass:map与sass:math支持

uk2

  • /spec 规范SCSS配置文件($conf-respond: true; $conf-rem: false;)
  • /themes/pro 实现Helper UI Pro中uk2主题,额外需要的一些样式定义

uk2a

  • /spec 规范SCSS配置文件($conf-respond: true; $conf-rem: false;)
  • /themes/pro 实现Helper UI Pro中uk2a主题,额外需要的一些样式定义

ioc

  • /spec 规范SCSS配置文件($conf-respond: true; $conf-rem: false;)
  • /themes/pro 实现Helper UI Pro中ioc主题,额外需要的一些样式定义

cecloud

  • /spec 规范SCSS配置文件($conf-respond: true; $conf-rem: false;)
  • /themes/pro 实现Helper UI Pro中cecloud主题,额外需要的一些样式定义

fx

  • /spec 规范SCSS配置文件($conf-respond: true; $conf-rem: false;)
  • /themes/pro 实现Helper UI Pro中fx主题,额外需要的一些样式定义

visualized(大屏)

  • /spec 规范SCSS配置文件($conf-respond: false; $conf-rem: true;)
  • /themes/pro 实现Helper UI Pro中visualized主题,额外需要的一些样式定义
// 使用方法(scss)

// 如果要修改默认的响应式或者rem配置,直接覆盖即可
// $conf-respond: true;
// $conf-rem: false;

@import '<node_modules>/@helper-ui/styles/1.5.x/cecloud/spec/config';
@import '<node_modules>/helper-ui/theme/scss/index';
// 如果需要同时使用helper-business-ui,需要用下面方式引入
@import '<node_modules>/@helper-ui/styles/1.5.x/cecloud/spec/config';
@import '<node_modules>/helper-ui/theme/scss/common/config';
@import '<node_modules>/helper-ui/theme/scss/components';
@import '<node_modules>/helper-business-ui/theme/scss/components';
// (可选),需要Helper UI Pro中自定义主题时才需要引入
// **********重新指定imgPath与fontPath路径(必须):*************
$imgPath: '<node_modules>/@helper-ui/styles/images/';
$fontPath: '<node_modules>/@helper-ui/styles/fonts/'; // 只有大屏主题需要字体配置
@import '<node_modules>/@helper-ui/styles/1.5.x/cecloud/themes/pro/index';