
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@tarojsx/ui
Advanced tools
当前代码提交频繁, 一些特性时有变化.
Taro3 释放了 React 的潜能, 是时候对 Taro UI 进行改进了.
:electric_plug: 一键安装, 使用上尽可能向后兼容.
:clapper: 复用 taro-ui 样式, 不改变组件外观.
:octopus: 扩展性更强, 许多原本只能传入字符串的地方, 现在可以传入组件了.
:mag_right: 完善的 Typescript 类型提示.
:gift: 开箱即用, 只需引入组件即可, 无需单独引入样式, 支持 Tree shaking.
:telescope: 未来计划引入更多常用的基础组件.
npm i @tarojsx/ui
import React from 'react'
import { Text } from '@tarojs/components'
import { List, ListHeader, ListItem } from '@tarojsx/ui'
export default () => {
return (
<List>
<ListHeader title="Taro3 UI" />
<ListItem title="版本" extra={<Text>0.2.0</Text>}>
我们重新(zào)发(lún)明(zi)了 Taro UI
</ListItem>
</List>
)
}
源于 Taro UI
扩展组件
欢迎各种形式的支持. 至少可以给颗星 :star:
FAQs
We reinvents the UI for Taro3+
We found that @tarojsx/ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.