{"id":20980770,"url":"https://github.com/spwareing/imagesliderpcf","last_synced_at":"2026-02-19T06:31:53.293Z","repository":{"id":204323378,"uuid":"711577401","full_name":"SPWareing/ImageSliderPCF","owner":"SPWareing","description":"PCF Component for Canvas App","archived":false,"fork":false,"pushed_at":"2025-11-27T08:05:14.000Z","size":437,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T01:32:18.574Z","etag":null,"topics":["powerplatform","react","typescript","typescript-react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SPWareing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-29T17:31:03.000Z","updated_at":"2025-11-27T08:05:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"2899f196-f45b-4bd5-8627-350d5bd294a1","html_url":"https://github.com/SPWareing/ImageSliderPCF","commit_stats":null,"previous_names":["spwareing/imagesliderpcf"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SPWareing/ImageSliderPCF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FImageSliderPCF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FImageSliderPCF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FImageSliderPCF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FImageSliderPCF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SPWareing","download_url":"https://codeload.github.com/SPWareing/ImageSliderPCF/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FImageSliderPCF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["powerplatform","react","typescript","typescript-react"],"created_at":"2024-11-19T05:30:03.877Z","updated_at":"2026-02-19T06:31:53.287Z","avatar_url":"https://github.com/SPWareing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My PCF Component\n\nThe \u003cb\u003eImageSliderPCF \u003c/b\u003e is a custom Power Apps component framework (PCF) virtual control built with TypeScript and React.\n\nThe control provides a smoother transitioning image gallery, then the OOB galleries within power apps.\n\n----\n\nThe PCF is based around the ImageSlider tutorial from [WebDevSimplified](https://www.youtube.com/watch?v=Kx8XlKRBZx8\u0026ab_channel=WebDevSimplified). The code for Kyle's repo is [here](https://github.com/WebDevSimplified/react-image-slider).\n\nTo keep in line with current Microsoft theming, I've replaced all the \u003ci\u003eLucide\u003c/i\u003e icons with FluentUI FontIcons\n\n```\nimport { Icon } from '@fluentui/react/lib/Icon'\nimport { mergeStyles, mergeStyleSets } from '@fluentui/react/lib/Styling';\n```\n\n## Configuration\n\n### Properties\n\n\n\n- ImageSliderProps accepts 3 elements\n    1. ImageSlider[]\n    2. Width\n    3. IconColour (this defaults to rgba(25,255,255)\n- The ImageSliderItem is also comprised of 3 elements\n  1. id; generated from the recordId\n  2. imageUrl (required), a url to the image\n  3. name (optional) \n\nImageUrl and ImageName will need to have a column assigned in the Canvas app.\n\n## Installation\n\nClones the repo\n\n```\n git clone https://github.com/SPWareing/ImageSliderPCF.git\n\n\n```\nBuild the solution\n\n\u003ci\u003eSolution will output both managed and unmanaged versions\u003c/i\u003e\n```\ncd ImageSliderSolution\ndotnet build -c Release\n\n```\n\n\n----\n### Add the component to a Canvas App\n\nUpon adding to a canvas the control will default to the following image\n\n\n\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://fabricweb.azureedge.net/fabric-website/placeholders/350x150.png\"\n     alt=\"Default Image\"\n     style=\"float: right; margin-right: 10px;\" /\u003e\u003c/p\u003e\n\nWithout a default image the control errors and does not mount. Once The PCF has mounted, the image(s) can be changed to a collection/datasource and should render similar to the below.\n\n\n\n\u003cp align=\"center\" \u003e\u003cimg src=\"screensnip.png\"\n     alt=\"Screenshot of PCF\"\n     style=\"float: right; margin-right: 10px;\" /\u003e\u003c/p\u003e\n\n\n----\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspwareing%2Fimagesliderpcf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspwareing%2Fimagesliderpcf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspwareing%2Fimagesliderpcf/lists"}