@beisen-phoenix/mobile-action-sheet
ISC``` import React from 'react'; import ActionSheet from '../../src'; export default () => { return ( <button onClick={showActionSheet}>显示</button> ) } function showActionSheet() { const BUTTONS = [{ text: '全部待办', value: 100, }, { te
85
Security score
0 known advisories in v0.0.10
Weekly downloads
—
Unpacked size
507.1 kB
Dependencies
7
Last publish
7 years ago
Security advisories
No known vulnerabilities affect v0.0.10.