Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

lhsh-ui

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lhsh-ui

轻量、可靠的小程序 UI 组件库

latest
Source
npmnpm
Version
1.2.6
Version published
Weekly downloads
325
190.18%
Maintainers
1
Weekly downloads
 
Created
Source

微信小程序组件库

介绍

Bulade UI Weapp 是使用微信小程序原生语言开发的轻量、高效的 UI 组件库。

注意

本组件库为热血星球系列小程序使用,可能会随着业务非向下兼容改动,其他公司或下载使用请谨慎。

预览 (体验版,需要有权限)

安装

通过 npm 命令行安装

npm install bulade-ui -S

构建

在微信小程序开发者工具组,点击“工具”菜单中的“构建 npm”,将其构建到 miniprogram_npm 目录下

使用

"usingComponents": {
  "bld-button": "bulade-ui/button"
}
 <bld-button iclass="button" type="success"  size="lg" >按钮</bld-button>

微信开发者工具预览

# 安装项目依赖
npm install

# 执行组件编译
npm run dev

执行开发预览

npm run watch

Keywords

ui

FAQs

Package last updated on 31 Jul 2025

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