
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
tntd v1.0
迁移到 tntd v2.0
tntd
最新版本npm install tntd
+ [
+ "import",
+ {
+ "libraryName": "tntd",
+ libraryDirectory: 'es',
+ },
+ "tntd"
+ ],
{
loader: "less-loader",
options: {
javascriptEnabled: true,
...
modifyVars: {
- hack: "true; @import \"~@tntd/antd-cover/tnt.less\";"
+ hack: "true; @import \"~tntd/themes/default/variables.less\";"
}
}
}
Layout, Icon, Select 等 tntd 1.0 组件和 antd 组件名称存在冲突,请按下方例子进行重命名:
- import { Layout, Icon, Select } from 'tntd'
+ import { TntdLayout, TntdIcon, TntdSelect } from 'tntd'
// 使用全新的空状态插画
import { renderEmpty } from 'tntd'
// 使用内置语言包替换 antd
// 英文语言包
const enUS = import 'tntd/es/locale/en_US'
// 中文语言包
const zhCN = import 'tntd/es/locale/zh_CN'
export const App = () => {
return (
// 使用空状态插画及语言包
<ConfigProvider locale={zhCN} renderEmpty={renderEmpty}>
...
</ConfigProvider>
)
}
FAQs
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
The npm package tntd receives a total of 0 weekly downloads. As such, tntd popularity was classified as not popular.
We found that tntd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.