Socket
Socket
Sign inDemoInstall

@triptyk/ember-stepper

Package Overview
Dependencies
524
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @triptyk/ember-stepper

This addon will give you a simple select alternative in TailwindCSS with Ember


Version published
Weekly downloads
104
decreased by-44.09%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 19 Sep 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc