
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@para-ui/core
Advanced tools
Para FED 出品的 React 17 组件库,基于 TypeScript 5 + SCSS,使用 Vite 构建(库模式,输出 ESM + CJS)。
npm install @para-ui/core
在应用入口包一层 ParauiProvider 提供国际化与全局上下文,然后按需导入组件:
import { ParauiProvider, Tabs, Button } from '@para-ui/core';
const App = () => (
<ParauiProvider>
<Tabs
data={[
{ label: 'Tab1', value: 'a' },
{ label: 'Tab2', value: 'b' }
]}
/>
<Button>Submit</Button>
</ParauiProvider>
);
npm install
npm start # 启动文档站开发服务器
npm run build # 构建组件库(输出到 dist/)
npm run build:docs # 构建文档站
npm test # 运行 Jest 测试
npm run lint # 增量 lint(仅改动文件)
npm run lint:all # 全量 lint
| Browser | Minimum Version |
|---|---|
| Chrome | 88+ |
| Edge | 88+ |
| Firefox | 78+ |
| Safari | 14+ |
(不支持 IE)
FAQs
Powered by Para FED
The npm package @para-ui/core receives a total of 616 weekly downloads. As such, @para-ui/core popularity was classified as not popular.
We found that @para-ui/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.