1.0.0-beta.18 • Published 8 months ago

@triptyk/ember-stepper v1.0.0-beta.18

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

ember-stepper

Headless stepper, no default style provided here.

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above
  • Node.js v14 or above

Installation

ember install @triptyk/ember-stepper

OR

pnpm add -D @triptyk/ember-stepper

Usage

...@Args

interface TpkStepperArgs {
  startStep?: number;
  classless?: boolean;
}
<TpkStepper ...@Args |Stepper|>
      <Stepper.Stepper />
      <Stepper.Step as |S|>
        <S.Header>
          Step {{S.index}}
        </S.Header>
        <div>
          Content {{S.index}}
        </div>
    </Stepper.Step>
    <Stepper.Step as |S|>
        <S.Header>
        Step {{S.index}}
        </S.Header>
        <div>
          Content {{S.index}}
        </div>
      </Stepper.Step>
  </TpkStepper>

Each step has a "Header", this is the title of the steps. The content is transfered to the TpkStepper::Stepper using #in-element. It may be customised to your needs.

Contributing

See the Contributing guide for details. You can also contact info@triptyk for more informations on how contributing on this project.

License

This project is licensed under the MIT License.

1.0.0-beta.11

10 months ago

1.0.0-beta.12

10 months ago

1.0.0-beta.10

10 months ago

1.0.0-beta.17

8 months ago

1.0.0-beta.18

8 months ago

1.0.0-beta.15

8 months ago

1.0.0-beta.16

8 months ago

1.0.0-beta.13

10 months ago

1.0.0-beta.14

9 months ago

1.0.0-beta.3

12 months ago

1.0.0-beta.4

12 months ago

1.0.0-beta.5

12 months ago

1.0.0-beta.6

12 months ago

1.0.0-beta.7

11 months ago

1.0.0-beta.8

11 months ago

1.0.0-beta.9

11 months ago

1.0.0-beta.2

1 year ago

1.0.0-beta.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago