Sign in Sign up
npm

@beisen-phoenix/mobile-action-sheet

``` import React from 'react'; import ActionSheet from '../../src'; export default () => { return ( <button onClick={showActionSheet}>显示</button> ) } function showActionSheet() { const BUTTONS = [{ text: '全部待办', value: 100, }, { te

npm View on Npm

Activity

Latest release
7y ago
Total releases
10
Cadence
~daily
Last 12 months
0

Details

License
ISC
First release
Apr 14, 2019
Releases
Version Released
0.0.10 patch
0.0.9 patch
0.0.8 patch
0.0.7 patch
0.0.6 patch
0.0.5 patch
0.0.4 patch
0.0.3 patch
0.0.2 patch
0.0.1 initial