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.
uxcore-crumb
Advanced tools
uxcore-crumb ui component for react
$ git clone https://github.com/uxcore/uxcore-crumb
$ cd uxcore-crumb
$ npm install
$ gulp server
var Crumb = require('uxcore-crumb');
React.render(
(
<Crumb className="crumb-style crumb-root">
<Crumb.Item href="#" className="crumb-item-style">首页</Crumb.Item>
<Crumb.Item href="#">管理平台</Crumb.Item>
<Crumb.Item href="#">流程管理</Crumb.Item>
<Crumb.Item className="crumb-item-style">编辑流程信息</Crumb.Item>
</Crumb>
),
document.getElementById('demo'));
http://uxcore.github.io/uxcore/components/uxcore-crumb/
配置项 | 类型 | 必填 | 默认值 | 功能/备注 |
---|---|---|---|---|
className | String | Option | '' | 无 |
配置项 | 类型 | 必填 | 默认值 | 功能/备注 |
---|---|---|---|---|
className | String | Option | '' | 无 |
href | String | Option | '' | 链接,如不传则不可点击 |
FAQs
crumb-uxcore component for uxcore.
The npm package uxcore-crumb receives a total of 9 weekly downloads. As such, uxcore-crumb popularity was classified as not popular.
We found that uxcore-crumb demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.