0.0.11 • Published 4 years ago

@sving/arrow v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

ActionSheet

Mobile pop-up options list

Import

import '@omiu/action-sheet'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/action-sheet"></script>

Usage

<o-action-sheet></o-action-sheet>

API

Props

{
  type: string,
  menus: any[],
  actions: any[],
  show: boolean
}

默认属性

{
  type: '',
  menus: [],
  actions: [],
  show: false
}

Events

  • item-click
  • close
0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago