{"id":19859602,"url":"https://github.com/youngjuning/tuya-panel-kit-vscode-snippets","last_synced_at":"2026-03-19T12:03:43.117Z","repository":{"id":89684815,"uuid":"324277539","full_name":"youngjuning/tuya-panel-kit-vscode-snippets","owner":"youngjuning","description":"This is Code Snippets of tuya-panel-kit for VS Code.","archived":false,"fork":false,"pushed_at":"2022-09-01T06:03:14.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T03:05:17.971Z","etag":null,"topics":["snippets","tuya","vscode"],"latest_commit_sha":null,"homepage":"https://panel-docs.tuyacn.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youngjuning.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-12-25T03:09:08.000Z","updated_at":"2023-08-21T04:34:50.000Z","dependencies_parsed_at":"2024-02-02T03:49:33.373Z","dependency_job_id":null,"html_url":"https://github.com/youngjuning/tuya-panel-kit-vscode-snippets","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/youngjuning/tuya-panel-kit-vscode-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Ftuya-panel-kit-vscode-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Ftuya-panel-kit-vscode-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Ftuya-panel-kit-vscode-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Ftuya-panel-kit-vscode-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youngjuning","download_url":"https://codeload.github.com/youngjuning/tuya-panel-kit-vscode-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Ftuya-panel-kit-vscode-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["snippets","tuya","vscode"],"created_at":"2024-11-12T14:29:20.823Z","updated_at":"2026-03-04T02:31:45.136Z","avatar_url":"https://github.com/youngjuning.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# tuya-panel-kit-snippets\n\nThis is Code Snippets of tuya-panel-kit for VS Code.\n\n## Usage\n\nSearch [tuya-panel-kit-snippets](https://marketplace.visualstudio.com/items?itemName=youngjuning.tuya-panel-kit-snippets) on vscode\n\n## snippets\n\n| key                        | code                                                         |\n| -------------------------- | ------------------------------------------------------------ |\n| imty                       | import { $1 } from 'tuya-panel-kit';                         |\n| ty-brickbutton             | BrickButton 块状按钮                                         |\n| ty-button                  | Button 按钮                                                  |\n| ty-iconfont                | Iconfont 图标                                                |\n| ty-motion-fade             | Motion.Fade 淡入淡出                                         |\n| ty-motion-pullUp           | Motion.PullUp 上拉下滑                                       |\n| ty-motion-scaleFadeIn      | Motion.ScaleFadeIn 放大淡入/缩小淡出                         |\n| ty-motion-scalePullDown    | Motion.ScalePullDown 放大淡入/下滑淡出                       |\n| ty-motion-scalePushDown    | Motion.PushDown 下拉上推                                     |\n| ty-motion-pushDown         | Motion.PushDown 下拉上推                                     |\n| ty-motion-toast            | Motion.Toast 无操作放大淡入/缩小淡出                         |\n| ty-text                    | TYText 文字                                                  |\n| ty-unitText                | UnitText 字体单位                                            |\n| ty-checkbox                | Checkbox 选择框                                              |\n| ty-datePicker              | DatePicker 日期选择器                                        |\n| ty-picker                  | PickerView 选择器                                            |\n| ty-slider-horizontal       | Slider.Horizontal 滑动选择器                                 |\n| ty-slider-vertical         | Slider.Vertical 滑动选择器                                   |\n| ty-stepper                 | Stepper 步进器                                               |\n| ty-switchButton            | SwitchButton 开关                                            |\n| ty-timerPicker             | TimerPicker 时间段选择器                                     |\n| ty-dialog-alert            | Dialog.alert 对话框                                          |\n| ty-dialog-confirm          | Dialog.confirm 提示框                                        |\n| ty-dialog-prompt           | Dialog.prompt 输入对话框                                     |\n| ty-dialog-checkbox         | Dialog.checkbox 选择对话框                                   |\n| ty-dialog-list             | Dialog.list 列表对话框                                       |\n| ty-dialog-custom           | Dialog.custom 自定义对话框                                   |\n| ty-globalToast             | GlobalToast 全局吐司                                         |\n| ty-modal                   | Modal 遮罩                                                   |\n| ty-modal-countdown         | Modal.Countdown 倒计时弹出层                                 |\n| ty-modal-datePicker        | Modal.DatePicker 日期选择弹出层                              |\n| ty-modal-list              | Modal.List 列表选择弹出层                                    |\n| ty-modal-picker            | Modal.Picker 选择弹出层                                      |\n| ty-notification            | Notification 全局通知                                        |\n| ty-notificationLegacy      | NotificationLegacy 通知栏                                    |\n| ty-popup-countdown         | Popup.countdown 倒计时弹出层                                 |\n| ty-popup-datePicker        | Popup.datePicker 日期选择弹出层                              |\n| ty-popup-timerPicker       | Popup.timerPicker 时间段选择                                 |\n| ty-popup-numberSelector    | Popup.numberSelector 数值选择弹出层                          |\n| ty-popup-list              | Popup.list 列表选择弹出层                                    |\n| ty-popup-picker            | Popup.picker Picker 选择弹出层                               |\n| ty-popup-custom            | Popup.custom 自定义弹出层                                    |\n| ty-popup-toast             | Popup.toast 弹出层                                           |\n| ty-swipeout-left           | Swipeout 左侧滑                                              |\n| ty-swipeout-right          | Swipeout 右侧滑                                              |\n| ty-toast                   | Toast、Toast.Success、Toast.Warning、Toast.Error、Toast.Loading |\n| ty-carousel                | Carousel 轮播                                                |\n| ty-circleView              | CircleView 圆形视图                                          |\n| ty-collapsible             | Collapsible 折叠                                             |\n| ty-divider                 | Divider 分割线                                               |\n| ty-linearGradient-verticle | LinearGradient 垂直两段渐变                                  |\n| ty-linearGradient-oblique  | LinearGradient 斜向三段渐变                                  |\n| ty-progress                | Progress 进度条                                              |\n| ty-radialGradient          | RadialGradient 径向渐变                                      |\n| ty-rotationView            | RotationView 旋转视图                                        |\n| ty-flatList                | TYFlatList 列表                                              |\n| ty-listItem                | TYListItem 列表项                                            |\n| ty-sectionList             | TYSectionList 分组列表                                       |\n| ty-controllerBar           | ControllerBar 底部栏                                         |\n| ty-tab                     | Tab 标签栏                                                   |\n| ty-tabBar                  | TabBar 标签栏拆分版                                          |\n| ty-tabs                    | Tabs 纯手势标签栏                                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungjuning%2Ftuya-panel-kit-vscode-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoungjuning%2Ftuya-panel-kit-vscode-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungjuning%2Ftuya-panel-kit-vscode-snippets/lists"}