Search and filter through community-submitted Power Apps components.
A fully custom date picker built from raw PA controls — no native DatePicker control. Features a trigger button with a calendar icon, an inline calendar panel with month navigation, and a 42-cell grid gallery (WrapCount=7). Variables: varDPOpen, varDPViewDate, varDPSelectedDate, varDPFirstDay. Initialize on Screen.OnVisible: Set(varDPOpen,false); Set(varDPViewDate,Today()); Set(varDPSelectedDate,Blank()); Set(varDPFirstDay,Date(Year(Today()),Month(Today()),1)).
A clean, versatile card container with a title, description, body content, and a two-button footer. Directly inspired by the shadcn/ui Card component structure.
Displays a list of questions and answers in an accordion style, with an animated arrow icon indicating the open/closed state of each item.
A responsive side navigation menu that expands and collapses, displaying icons or icons with text, and shows the current user's profile.
A customizable dropdown menu that allows users to select an item from a list, displaying the selection in the button text.
A customizable card component with a title, subtitle, and dynamic input fields, along with primary and secondary action buttons, designed for data collection.