@gits-id/stepper
v1.0.0-beta.3
Published
GITS Stepper Component
Downloads
29
Readme
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