development-plugin-for-avalonia

HTML/CSS to Avalonia

Start with:

Use the detailed lane docs only for the parts the request actually touches:

Workflow

  1. Translate the web mental model first: layout, state, semantics, and styling architecture.
  2. Map CSS constructs to Avalonia resources, selectors, templates, and control choices explicitly.
  3. Keep responsive and input behavior intentional instead of copying browser assumptions blindly.
  4. Validate accessibility, focus, and reduced-motion equivalents after the port.

Rules