1.0.0-rc.10 • Published 23 days ago

@morpheme/stepper v1.0.0-rc.10

Weekly downloads
-
License
MIT
Repository
-
Last release
23 days ago

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

1.0.0-rc.10

23 days ago

1.0.0-canary1.74

8 months ago

1.0.0-next.39

10 months ago

1.0.0-edge.2

6 months ago

1.0.0-edge.7

6 months ago

1.0.0-alpha.1

6 months ago

1.0.0-alpha.100

7 months ago

1.0.0-canary2.75

8 months ago

1.0.0-rc.7

6 months ago

1.0.0-beta.11

10 months ago

1.0.0-next2.41

9 months ago

1.0.0-edge.11

6 months ago

1.0.0-rc.3

6 months ago

1.0.0-rc.4

6 months ago

1.0.0-next.4

9 months ago

1.0.0-next.5

9 months ago

1.0.0-rc.0

8 months ago

1.0.0-beta.10

11 months ago

1.0.0-alpha.40

12 months ago

1.0.0-alpha.32

12 months ago

1.0.0-alpha.53

12 months ago

1.0.0-beta.9

11 months ago

1.0.0-alpha.27

12 months ago

1.0.0-alpha.222

11 months ago

1.0.0-alpha.37

12 months ago

1.0.0-alpha.69

12 months ago

1.0.0-beta.8

1 year ago

1.0.0-alpha.13

1 year ago

1.0.0-alpha.6

1 year ago

1.0.0-beta.7

1 year ago

1.0.0-alpha.46

1 year ago

1.0.0-beta.6

1 year ago

1.0.0-beta.5

1 year ago