
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@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)
见 CHANGELOG.md。
FAQs
Powered by Para FED
The npm package @para-ui/core receives a total of 59 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 4 open source maintainers 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
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.