An open API service indexing awesome lists of open source software.

https://github.com/jannchie/vue-ios-sheet


https://github.com/jannchie/vue-ios-sheet

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Vue iOS Sheet



## Install

```bash
pnpm install vue-ios-sheet
```

## Usage

```vue

import { SheetWrapper, pushSheet } from 'vue-ios-sheet'
import Sheet from './Sheet.vue'


{
pushSheet(Sheet) // any component
}"
>
Push Sheet

```

## Development

```bash
pnpm install -r
pnpm build
pnpm run dev
```