Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
ze-react-component-library
Advanced tools
一系列直接通过 Logicform 进行数据展示、数据交互的库
yarn add ze-react-component-library
{
"@ant-design/icons": ">=4.3.0",
"@ant-design/pro-table": ">=2.38.0",
"@ant-design/pro-provider": ">=1.4.0",
"antd": ">=4.15.0",
"moment": "^>=2.28.0",
"numeral": ">=2.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"zeroetp-api-sdk": ">=1.1.8"
}
yarn install
yarn run storybook
在各*.storeis.tsx 文件里面,有一个写着localStorage.token
的地方,改为最新的 token
import { ZETable } from "ze-react-component-library";
// 下面参数除了logicform都是可选
<ZETable
logicform={logicform}
preds={[]} /* 显示哪些字段 */
customColumns={{}} /* 自定义的Column属性的Map。key为字段名称,value为ProColumnType */
options={options} /* ProTable的options */
scroll={null} /* 用来关闭默认的Scroll形态,传给ProTable的 */
className="xx" /* Style */
/>;
见 ZESchemaForm.stories.tsx 吧。懒。
FAQs
ZeroETP React Component Library
We found that ze-react-component-library demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.