miniprogram actionSheet
No description provided.
Cross platform ActionSheet. This component implements a custom ActionSheet and provides the same way to drawing it on the defferent platforms(iOS and Android). Actually, In order to keep the best effect, it still uses the ActionSheetIOS on iOS.
A universal headless actionsheet component for React Native, Next.js & React
Type definitions for APIs of Wechat Mini Program in TypeScript
A cross-platform ActionSheet for React Native
Cross platform ActionSheet. This component implements a custom ActionSheet and provides the same way to drawing it on the defferent platforms(iOS and Android). Actually, In order to keep the best effect, it still uses the ActionSheetIOS on iOS.
TypeScript definitions for react-native-actionsheet
Show a sheet of options the user can choose from.
Type definitions for APIs of Wechat MiniGame in TypeScript
tools for miniprogram custom component unit test
Kendo UI Navigation for Angular
Cross platform ActionSheet. This component implements a custom ActionSheet and provides the same way to drawing it on the defferent platforms(iOS and Android). Actually, In order to keep the best effect, it still uses the ActionSheetIOS on iOS.
🌟A lightweight and flexible action sheet component for the web
A universal headless select component for React Native, Next.js & React
A react native company to select a contact from your phone's contact list
A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
TDesign Component for miniprogram
compiler
miniprogram custom component framework
React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package
TypeScript definitions for wechat-miniprogram
TypeScript definitions for miniprogram
``` import React from 'react'; import ActionSheet from '../../src'; export default () => { return ( <button onClick={showActionSheet}>显示</button> ) } function showActionSheet() { const BUTTONS = [{ text: '全部待办', value: 100, }, { te