npm

@pathscale/ui

Highly opinionated SolidJS component library — batteries and kitchen sink included, but optimized and shiny.

版本 2已同步 2文件 560 SRI 已生成
接入决策台 · 安全可信状态

先确认可用入口,再复制固定版本地址

入口文件、安全评分、扫描覆盖和风险项已合并到首屏,适合上线前快速判断能不能直接接入。

建议复核
安全分
55
最近扫描 2026-07-27
扫描覆盖
43%
240 / 560 文件
高危文件
0
0 条 critical
待复核
4
外联、混淆、敏感行为
推荐入口
Script
SRI 已就绪
SRI 缺失 0
当前版本 1.3.1
240 文件
148 JS / 92 CSS / 0 WASM
4 review files
@pathscale/ui/1.3.1/dist/components/_shared/index.js
https://cdn.ptab.cn/cdn/pathscale__ui/1.3.1/dist/components/_shared/index.js
当前版本 240 个文件,9 个入口候选。未发现可疑外联域名。
生成接入代码
使用路径
01确认版本

固定到 1.3.1,避免线上被隐式升级。

02复制地址

优先使用推荐入口,特殊场景再切换文件。

03检测可用

发布前检测 HTTP、CORS、SRI 和响应速度。

查看全部文件

快速接入

已按当前文件列表自动选择一个更适合浏览器接入的入口文件。完整用法可在下方生成器中切换文件。

<link rel="stylesheet" href="https://cdn.ptab.cn/cdn/pathscale__ui/1.3.1/dist/index.css" integrity="sha256-nY82GWtPIFWBAZGYBaqDY5fM+l3v6m5hSW5ugBFs6XI=" crossorigin="anonymous" />
2版本
560文件
1.3.1最新

CDN 地址生成器

选择文件后直接复制 URL、Script、Module、CSS 或 WASM 示例。建议复制前先检测一次文件可用性。

文件类型
JS
文件大小
62 B
SRI
已生成
CDN URL
适合放到构建配置、动态加载或手动拼接标签。
https://cdn.ptab.cn/cdn/pathscale__ui/1.3.1/dist/components/_shared/index.js
普通 Script
适合传统 HTML 页面和 UMD/global 构建。
<script src="https://cdn.ptab.cn/cdn/pathscale__ui/1.3.1/dist/components/_shared/index.js" integrity="sha256-6NWwwH70aHIUC1eTpa1cjqHvuRBLDzxp8fuLlYSiBq8=" crossorigin="anonymous"></script>
ES Module
适合浏览器原生 module 文件,使用前建议确认该文件支持 ESM。
<script type="module">
  import * as lib from "https://cdn.ptab.cn/cdn/pathscale__ui/1.3.1/dist/components/_shared/index.js";
  console.log("module loaded", lib);
</script>

版本与文件

当前版本 1.3.1,展示 240 / 240 个文件。
@pathscale/ui/1.3.1/dist/components/_shared/index.js
JS
62 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/accordion/index.js
JS
356 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/alert/index.js
JS
109 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-card/index.js
JS
53 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-error-message/index.js
JS
69 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-field-group/index.js
JS
65 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-footer-links/index.js
JS
67 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/index.css
CSS
3.1 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/styles/base/index.css
CSS
652 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/accordion/Accordion.classes.js
JS
891 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/accordion/Accordion.css
CSS
3.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/accordion/Accordion.js
JS
13.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/alert/Alert.classes.js
JS
416 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/alert/Alert.css
CSS
3.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/alert/Alert.js
JS
6.8 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-card/AuthCard.js
JS
4.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-error-message/AuthErrorMessage.js
JS
1.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-field-group/AuthFieldGroup.js
JS
1020 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-footer-links/AuthFooterLinks.js
JS
3.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-form/AuthForm.js
JS
1.1 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-powered-by/AuthPoweredBy.js
JS
2.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-submit-button/AuthSubmitButton.js
JS
1.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/auth-success-message/AuthSuccessMessage.js
JS
1.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/avatar/Avatar.classes.js
JS
631 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/avatar/Avatar.css
CSS
3.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/avatar/Avatar.js
JS
4.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/avatar/AvatarGroup.js
JS
1.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/badge/Badge.classes.js
JS
742 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/badge/Badge.css
CSS
3.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/badge/Badge.js
JS
2.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/breadcrumbs/Breadcrumbs.classes.js
JS
235 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/breadcrumbs/Breadcrumbs.css
CSS
1.9 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/breadcrumbs/Breadcrumbs.js
JS
4.8 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/button-group/ButtonGroup.classes.js
JS
362 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/button-group/ButtonGroup.css
CSS
2.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/button-group/ButtonGroup.js
JS
2.9 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/button-group/context.js
JS
117 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/button/Button.classes.js
JS
703 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/button/Button.css
CSS
4.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/button/Button.js
JS
3.6 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/calendar/Calendar.classes.js
JS
1.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/calendar/Calendar.css
CSS
6.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/calendar/Calendar.js
JS
19.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/card/Card.classes.js
JS
515 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/card/Card.css
CSS
2.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/card/Card.js
JS
4.6 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubble.classes.js
JS
760 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubble.css
CSS
3.8 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubble.js
JS
1.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubbleAvatar.js
JS
1.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubbleFooter.js
JS
708 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubbleHeader.js
JS
708 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubbleMessage.js
JS
893 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chatbubble/ChatBubbleTime.js
JS
699 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/checkbox-group/CheckboxGroup.classes.js
JS
289 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/checkbox-group/CheckboxGroup.css
CSS
163 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/checkbox-group/CheckboxGroup.js
JS
3.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/checkbox-group/context.js
JS
121 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/checkbox/Checkbox.classes.js
JS
437 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/checkbox/Checkbox.css
CSS
4.9 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/checkbox/Checkbox.js
JS
7.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chip/Chip.classes.js
JS
707 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chip/Chip.css
CSS
5.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/chip/Chip.js
JS
4.7 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/close-button/CloseButton.classes.js
JS
275 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/close-button/CloseButton.css
CSS
1.9 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/close-button/CloseButton.js
JS
3.0 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-area/ColorArea.classes.js
JS
118 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-area/ColorArea.css
CSS
1.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-area/ColorArea.js
JS
7.1 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-field/ColorField.classes.js
JS
375 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-field/ColorField.css
CSS
2.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-field/ColorField.js
JS
6.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-picker/ColorPicker.classes.js
JS
198 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-picker/ColorPicker.css
CSS
424 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-picker/ColorPicker.js
JS
11.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-slider/ColorSlider.classes.js
JS
260 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-slider/ColorSlider.css
CSS
1.3 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-slider/ColorSlider.js
JS
7.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-swatch-picker/ColorSwatchPicker.classes.js
JS
73 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-swatch-picker/ColorSwatchPicker.css
CSS
210 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-swatch-picker/ColorSwatchPicker.js
JS
4.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-swatch/ColorSwatch.classes.js
JS
343 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-swatch/ColorSwatch.css
CSS
1.8 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-swatch/ColorSwatch.js
JS
4.6 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-wheel-flower/ColorUtils.js
JS
5.9 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-wheel-flower/ColorWheelFlower.classes.js
JS
1.0 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-wheel-flower/ColorWheelFlower.css
CSS
3.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-wheel-flower/ColorWheelFlower.js
JS
28.1 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/color-wheel-flower/colorWheelFlowerContext.js
JS
377 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/combo-box/ComboBox.classes.js
JS
999 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/combo-box/ComboBox.css
CSS
9.0 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/combo-box/ComboBox.js
JS
28.8 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-field/DateField.classes.js
JS
876 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-field/DateField.css
CSS
6.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-field/DateField.js
JS
10.9 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-picker/DatePicker.classes.js
JS
688 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-picker/DatePicker.css
CSS
4.0 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-picker/DatePicker.js
JS
7.7 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-range-picker/DateRangePicker.classes.js
JS
834 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-range-picker/DateRangePicker.css
CSS
4.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/date-range-picker/DateRangePicker.js
JS
10.1 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/description/Description.classes.js
JS
65 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/description/Description.css
CSS
266 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/description/Description.js
JS
1.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/disclosure-group/DisclosureGroup.classes.js
JS
70 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/disclosure-group/DisclosureGroup.css
CSS
157 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/disclosure-group/DisclosureGroup.js
JS
2.8 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/disclosure/Disclosure.classes.js
JS
427 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/disclosure/Disclosure.css
CSS
1.6 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/disclosure/Disclosure.js
JS
10.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/drawer/Drawer.a11y.js
JS
1.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/drawer/Drawer.classes.js
JS
2.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/drawer/Drawer.context.js
JS
326 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/drawer/Drawer.css
CSS
12.5 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/drawer/Drawer.js
JS
23.4 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/dropdown/Dropdown.classes.js
JS
296 B
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/dropdown/Dropdown.css
CSS
5.2 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/dropdown/Dropdown.js
JS
18.0 KB
SRI ready
未分级
0 请求
@pathscale/ui/1.3.1/dist/components/empty-state/EmptyState.classes.js
JS
245 B
SRI ready
未分级
0 请求

库评论

还没有评论。可以反馈这个库的接入体验、版本建议或兼容性问题。
发表评论

免登录提交。需要填写昵称和邮箱,并完成 TAC 行为验证;内容会自动审核,违规内容不会发布。