Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youngjuning/tuya-panel-kit-vscode-snippets

This is Code Snippets of tuya-panel-kit for VS Code.
https://github.com/youngjuning/tuya-panel-kit-vscode-snippets

snippets tuya vscode

Last synced: about 1 month ago
JSON representation

This is Code Snippets of tuya-panel-kit for VS Code.

Awesome Lists containing this project

README

        

# tuya-panel-kit-snippets

This is Code Snippets of tuya-panel-kit for VS Code.

## Usage

Search [tuya-panel-kit-snippets](https://marketplace.visualstudio.com/items?itemName=youngjuning.tuya-panel-kit-snippets) on vscode

## snippets

| key | code |
| -------------------------- | ------------------------------------------------------------ |
| imty | import { $1 } from 'tuya-panel-kit'; |
| ty-brickbutton | BrickButton 块状按钮 |
| ty-button | Button 按钮 |
| ty-iconfont | Iconfont 图标 |
| ty-motion-fade | Motion.Fade 淡入淡出 |
| ty-motion-pullUp | Motion.PullUp 上拉下滑 |
| ty-motion-scaleFadeIn | Motion.ScaleFadeIn 放大淡入/缩小淡出 |
| ty-motion-scalePullDown | Motion.ScalePullDown 放大淡入/下滑淡出 |
| ty-motion-scalePushDown | Motion.PushDown 下拉上推 |
| ty-motion-pushDown | Motion.PushDown 下拉上推 |
| ty-motion-toast | Motion.Toast 无操作放大淡入/缩小淡出 |
| ty-text | TYText 文字 |
| ty-unitText | UnitText 字体单位 |
| ty-checkbox | Checkbox 选择框 |
| ty-datePicker | DatePicker 日期选择器 |
| ty-picker | PickerView 选择器 |
| ty-slider-horizontal | Slider.Horizontal 滑动选择器 |
| ty-slider-vertical | Slider.Vertical 滑动选择器 |
| ty-stepper | Stepper 步进器 |
| ty-switchButton | SwitchButton 开关 |
| ty-timerPicker | TimerPicker 时间段选择器 |
| ty-dialog-alert | Dialog.alert 对话框 |
| ty-dialog-confirm | Dialog.confirm 提示框 |
| ty-dialog-prompt | Dialog.prompt 输入对话框 |
| ty-dialog-checkbox | Dialog.checkbox 选择对话框 |
| ty-dialog-list | Dialog.list 列表对话框 |
| ty-dialog-custom | Dialog.custom 自定义对话框 |
| ty-globalToast | GlobalToast 全局吐司 |
| ty-modal | Modal 遮罩 |
| ty-modal-countdown | Modal.Countdown 倒计时弹出层 |
| ty-modal-datePicker | Modal.DatePicker 日期选择弹出层 |
| ty-modal-list | Modal.List 列表选择弹出层 |
| ty-modal-picker | Modal.Picker 选择弹出层 |
| ty-notification | Notification 全局通知 |
| ty-notificationLegacy | NotificationLegacy 通知栏 |
| ty-popup-countdown | Popup.countdown 倒计时弹出层 |
| ty-popup-datePicker | Popup.datePicker 日期选择弹出层 |
| ty-popup-timerPicker | Popup.timerPicker 时间段选择 |
| ty-popup-numberSelector | Popup.numberSelector 数值选择弹出层 |
| ty-popup-list | Popup.list 列表选择弹出层 |
| ty-popup-picker | Popup.picker Picker 选择弹出层 |
| ty-popup-custom | Popup.custom 自定义弹出层 |
| ty-popup-toast | Popup.toast 弹出层 |
| ty-swipeout-left | Swipeout 左侧滑 |
| ty-swipeout-right | Swipeout 右侧滑 |
| ty-toast | Toast、Toast.Success、Toast.Warning、Toast.Error、Toast.Loading |
| ty-carousel | Carousel 轮播 |
| ty-circleView | CircleView 圆形视图 |
| ty-collapsible | Collapsible 折叠 |
| ty-divider | Divider 分割线 |
| ty-linearGradient-verticle | LinearGradient 垂直两段渐变 |
| ty-linearGradient-oblique | LinearGradient 斜向三段渐变 |
| ty-progress | Progress 进度条 |
| ty-radialGradient | RadialGradient 径向渐变 |
| ty-rotationView | RotationView 旋转视图 |
| ty-flatList | TYFlatList 列表 |
| ty-listItem | TYListItem 列表项 |
| ty-sectionList | TYSectionList 分组列表 |
| ty-controllerBar | ControllerBar 底部栏 |
| ty-tab | Tab 标签栏 |
| ty-tabBar | TabBar 标签栏拆分版 |
| ty-tabs | Tabs 纯手势标签栏 |