rmc-steps

WebJar for rmc-steps

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rmc-steps
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

rmc-steps
WebJar for rmc-steps
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/react-component/m-steps

Download rmc-steps

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/rmc-steps/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>rmc-steps</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rmc-steps/
implementation 'org.webjars.npm:rmc-steps:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/rmc-steps/
implementation ("org.webjars.npm:rmc-steps:1.0.0")
'org.webjars.npm:rmc-steps:jar:1.0.0'
<dependency org="org.webjars.npm" name="rmc-steps" rev="1.0.0">
  <artifact name="rmc-steps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rmc-steps', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "rmc-steps" % "1.0.0"
[org.webjars.npm/rmc-steps "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : babel-runtime jar [6.23.0,7)
org.webjars.npm : classnames jar [2.2.3,3)

Project Modules

There are no modules declared in this project.

rmc-steps


React steps component.

NPM version build status Test coverage npm download

Usage

npm install rmc-steps
<Steps current={1}>
  <Steps.Step title="first" />
  <Steps.Step title="second" />
  <Steps.Step title="third" />
</Steps>

Example

http://localhost:8002/examples

online example: http://react-component.github.io/m-steps/examples/

API

name type default description
direction string horizontal direction of Steps, enum: `horizontal` or `vertical`
current number 0 index of current step
size string size of Steps, could be `small`
labelPlacement string placement of step title, could be `vertical`
status string wait status of current Steps, could be `error` `process` `finish` `wait`

Steps.Step

name type default description
title ReactNode title of step item
description ReactNode description of step item
icon ReactNode or string set icon of step item
status string status of current Steps, could be `error` `process` `finish` `wait`

Development

npm install
npm start

License

rmc-steps is released under the MIT license.

org.webjars.npm

react-component

React components foundation of http://ant.design

Versions

Version
1.0.0