
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@tendaui/theme-generator
Advanced tools
TendaUI 主题配置生成器 - React 版本
pnpm add @tendaui/theme-generator
import { ThemeGenerator } from "@tendaui/theme-generator";
function App() {
return (
<div>
{/* 你的应用内容 */}
<ThemeGenerator device="web" />
</div>
);
}
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| device | 'web' | 'mobile' | 'web' | 设备类型 |
| showSetting | boolean | false | 是否显示设置按钮 |
# 开发模式
pnpm dev
# 构建
pnpm build
# 类型检查
pnpm type-check
react >= 16.13.1react-dom >= 16.13.1tvision-color - 颜色处理库cssbeautify - CSS 格式化FAQs
TendaUI 主题配置生成器
The npm package @tendaui/theme-generator receives a total of 17 weekly downloads. As such, @tendaui/theme-generator popularity was classified as not popular.
We found that @tendaui/theme-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.