vue-ios-sheet
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Vue iOS Sheet

Install

pnpm install vue-ios-sheet

Usage

<script setup>
import { SheetWrapper, pushSheet } from '../../dist'
import Sheet from './Sheet.vue'
</script>

<template>
  <SheetWrapper>
    <button
      @click="() => {
        pushSheet(Sheet) // any component
      }"
    >
      Push Sheet
    </button>
  </SheetWrapper>
</template>

Development

pnpm install -r
pnpm build
pnpm run dev

Readme

Keywords

none

Package Sidebar

Install

npm i vue-ios-sheet

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

53.9 kB

Total Files

14

Last publish

Collaborators

  • jannchie