Manual

CopySnips components are built using Power Apps source code YAML. This guide ensures you have the correct environment settings to leverage these patterns.

The Workflow

1. Configure

Use our live customizer to change labels, colors, or variables. The YAML updates instantly in the side panel.

2. Copy & Paste

Hit Copy, then head to your Power App. Select the Screen or a Container and press Ctrl + V.

Ready to Build

Best Practices

Naming Conventions

Prefix your snippets (e.g., "cs_") to avoid conflicts with existing controls in your app.

Variable Initialization

Many snippets use variables like "varShowModal". Ensure you initialize these in your App.OnStart or Screen.OnVisible.

Responsive Containers

We recommend pasting components inside "Layout Containers" rather than directly on the screen for better scaling.