rmc-steps

WebJar for rmc-steps

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

rmc-steps
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

rmc-steps
WebJar for rmc-steps
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать rmc-steps

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : babel-runtime jar [6.23.0,7)
org.webjars.npm : classnames jar [2.2.3,3)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0