Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
The npm package ze-react-component-library receives a total of 160 weekly downloads. As such, ze-react-component-library popularity was classified as not popular.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.