@gits-id/stepper
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.3 • Public • Published

GITS Steppers Component

Installation

npm

npm i @gits-id/stepper

yarn

yarn add @gits-id/stepper

pnpm

pnpm i @gits-id/stepper

Usage

<script setup lang="ts">
import Stepper from '@gits-id/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

Package Sidebar

Install

npm i @gits-id/stepper

Weekly Downloads

0

Version

1.0.0-beta.3

License

MIT

Unpacked Size

71.8 kB

Total Files

30

Last publish

Collaborators

  • gravitano