New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uxcore-crumb

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uxcore-crumb

crumb-uxcore component for uxcore.

0.2.0
Source
npm
Version published
Weekly downloads
6
-85.37%
Maintainers
3
Weekly downloads
 
Created
Source

uxcore-crumb Dependency Status devDependency Status

TL;DR

uxcore-crumb ui component for react

setup develop environment
$ git clone https://github.com/uxcore/uxcore-crumb
$ cd uxcore-crumb
$ npm install
$ gulp server

Usage

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'));

demo

http://uxcore.github.io/uxcore/components/uxcore-crumb/

API

Props

Crumb

配置项类型必填默认值功能/备注
classNameStringOption''

Crumb.Item

配置项类型必填默认值功能/备注
classNameStringOption''
hrefStringOption''链接,如不传则不可点击

Keywords

react

FAQs

Package last updated on 19 Apr 2016

Did you know?

Socket

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.

Install

Related posts