Socket
Socket
Sign inDemoInstall

@morpheme/stepper

Package Overview
Dependencies
141
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @morpheme/stepper

Morpheme Stepper Component


Version published
Weekly downloads
60
increased by46.34%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Morpheme Steppers Component

Installation

npm

npm i @morpheme/stepper

yarn

yarn add @morpheme/stepper

pnpm

pnpm i @morpheme/stepper

Usage

<script setup lang="ts">
import Stepper from '@morpheme/stepper';

const items = Array.from({length: 5}, (v, k) => ({
  title: 'Title',
  subtitle: 'Subtitle',
  path: '/step/' + k,
}));
</script>

<template>
  <Stepper :items="items" />
</template>

Documentation

View Spinner documentation here.

License

MIT

Keywords

FAQs

Last updated on 15 Apr 2024

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