1.1.1 • Published 1 year ago

@ray-js/ty-steps v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

English | 简体中文

@ray-js/ty-steps

latest download

步骤条

Installation

$ npm install @ray-js/ty-steps
# or
$ yarn add @ray-js/ty-steps

Usage

import Steps from '@ray-js/ty-steps';
export default () => (
  <Steps value={0}>
    <Steps.Step>Step 1</Steps.Step>
    <Steps.Step>Step 2</Steps.Step>
    <Steps.Step>Step 3</Steps.Step>
    <Steps.Step>Step 4</Steps.Step>
  </Steps>
);
1.1.1

1 year ago