├── Component - Barcode generator.msapp ├── Component - Circle progress indicator.msapp ├── Component - Partial circle indicator.msapp ├── Component - QR Generator.msapp ├── OnReset dialog app.msapp ├── README.md └── Time picker.msapp /Component - Barcode generator.msapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifwang/PowerApps-components/86c11d22eff6a3615defd9d4bc02f8e5b7d78f43/Component - Barcode generator.msapp -------------------------------------------------------------------------------- /Component - Circle progress indicator.msapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifwang/PowerApps-components/86c11d22eff6a3615defd9d4bc02f8e5b7d78f43/Component - Circle progress indicator.msapp -------------------------------------------------------------------------------- /Component - Partial circle indicator.msapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifwang/PowerApps-components/86c11d22eff6a3615defd9d4bc02f8e5b7d78f43/Component - Partial circle indicator.msapp -------------------------------------------------------------------------------- /Component - QR Generator.msapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifwang/PowerApps-components/86c11d22eff6a3615defd9d4bc02f8e5b7d78f43/Component - QR Generator.msapp -------------------------------------------------------------------------------- /OnReset dialog app.msapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifwang/PowerApps-components/86c11d22eff6a3615defd9d4bc02f8e5b7d78f43/OnReset dialog app.msapp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PowerApps-components 2 | This repository is to share useful, sample PowerApps canvas components. 3 | 4 | Components can be imported into PowerApps canvas designer after enabling the feature. 5 | 6 | # Component specificition 7 | - [Component - Circle progress indicator](https://powerapps.microsoft.com/en-us/blog/import-components-from-cloud-apps/) 8 | 9 | ![circleProgressComponent](https://user-images.githubusercontent.com/23063489/60042633-0624ef00-9673-11e9-8419-14e61c1c73fd.gif) 10 | 11 | - Partial circle indicator.msapp 12 | 13 | Capture partial circle 14 | 15 | - [Component - Partial circle indicator](https://powerapps.microsoft.com/en-us/blog/import-components-from-cloud-apps/) 16 | 17 | - QR Generator 18 | 19 | QR_code 20 | 21 | - OnReset dialog app.msapp - beta 22 | 23 | ![dialog](https://user-images.githubusercontent.com/23063489/60043946-24401e80-9676-11e9-869f-7e79ae83bff4.gif) 24 | 25 | - Time picker 26 | 27 | ![Resettimer](https://user-images.githubusercontent.com/23063489/60044204-b516fa00-9676-11e9-93ec-c5c7b8255937.gif) 28 | 29 | 30 | # Useful links 31 | - [Component tutorials from Mr. Dang](https://www.youtube.com/watch?v=CmPEyh3CP6A&list=PLV8OHCUzIb7XkDSXedJrVzj6igwpHFH85) 32 | - [Introducing canvas components](https://powerapps.microsoft.com/en-us/blog/components-available-in-preview/) 33 | 34 | # Feedback 35 | Please leave any comments in this repo. Your feedback is important to us. 36 | You are welcome to create and submit your component to this repo to share with everyone! 37 | General component question or discussion can be posted in [forums](https://powerusers.microsoft.com/t5/tag/Components/tg-p/category-id/PowerApps1) with #component. 38 | 39 | Maintainer: Yifei Wang 40 | 41 | Twitter: @yifei03 42 | -------------------------------------------------------------------------------- /Time picker.msapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifwang/PowerApps-components/86c11d22eff6a3615defd9d4bc02f8e5b7d78f43/Time picker.msapp --------------------------------------------------------------------------------