# ph-actionsheet

> ## Project setup ``` npm install ph-actionsheet ```

Latest version **0.1.2** (published 2021-08-30) · 0 weekly downloads

## Install

```sh
npm install ph-actionsheet
pnpm add ph-actionsheet
yarn add ph-actionsheet
bun add ph-actionsheet
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2021-08-30 |
| First published | 2021-08-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | phoeon |

## Links

- npm: https://www.npmjs.com/package/ph-actionsheet
- npm.io page: https://npm.io/package/ph-actionsheet

## Dependencies (1)

- [ph-mask](https://npm.io/package/ph-mask.md) ^0.1.0

## Recent versions

- 0.1.2 (latest) — 2021-08-30
- 0.1.3-beta.0 (beta) — 2021-09-03
- 0.1.1-beta.0 — 2021-08-26
- 0.1.1 — 2021-08-25
- 0.1.0 — 2021-08-24

## README

# vue-template

## Project setup
```
npm install ph-actionsheet
```

基本用法
``` typescript
//按需引入
import Actionsheet from 'ph-actionsheet'
//全局注册
createApp(App).use(Actionsheet)

//属性介绍
interface Actionsheet{
    visible:boolean,
    alpha:boolean <true> //是否透明,
    position:string<top|bottom|left|right>
    height:stirng, //auto
    width:string //auto

    @hide:()=>void
}
```

---
_Source: https://npm.io/package/ph-actionsheet · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
