Create a Custom Component with SVGs in Power Apps

Create a Custom Component with SVGs in Power Apps

353 Lượt nghe
Create a Custom Component with SVGs in Power Apps
Today let's switch back over to Power Apps for a larger project idea! But to get started lets create a completely custom slider using SVGs. Instead of just giving you the code for the SVGs, let's build it out LIVE so you can build one yourself. In this video we will: ✅ Make the app responsive ✅ Use a component ✅ Replace a slider with a custom SVG ✅ Use With() variable type Github link to slider: https://github.com/TheAndrewHess/2024/blob/main/SliderSVG_20250428123438.zip Chapters: 0:00 Introduction 3:33 Writing the SVG 6:51 Using Slider to move the SVG 10:30 Replacing the slider graphic 14:00 Using With() 17:05 Using a Custom Property 18:00 Radial Gradient 23:20 Testing