Dreller / PowerDreller

The PowerDreller Component Library for Power Apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Power Dreller Component Library

Power Apps is an impressive platform, but let's be honest, it's not easy to make a good-looking application using ootb controls. This Component Library contains a set of components to help you, making nice applications, in no time.

Color Palette

Build a tailored Color Palette from a single Hex Color Code.
The Component generates a set of 4 standard colors:

  1. Main: Main (accent) color for your app; path: Component.Colors.main,
  2. Alternate: (light) Subtle color, less bold than the Main color; path: Component.Colors.alt,
  3. Tertiary: (dark) Strong and darker version of the Main color; path: Component.Colors.ter,
  4. Background: (very light) Very faded version of the Main color, to use as backgrounds; path: Component.Colors.back.

Once you have called the Component's Create() Action, you can refer the color palette in two ways:

  • For smaller apps, directly refer to the component: Component.Colors.main.Color,
  • For bigger apps, you might want to store the palette in a static variable Set( Palette, Component.Colors ); and call that variable instead of calling the component itself.

More details on the Wiki Page


Wiki Articles

About

The PowerDreller Component Library for Power Apps.