Přeskočit na obsah

Buttons

  1. All or only primary: If any button in a given group of buttons (e.g., in the toolbar) has an icon, all buttons in that group must have an icon.
  2. The primary button always contains an icon.
  3. In the same button group, the primary button cannot be combined with anything other than the default or secondary button.
  4. There is always only one primary button on a given visible area.
  5. The primary button is always the first in the row of buttons (aligned closer to the edge).
html Valid
html Invalid

Incorrect implementation

This example shows the wrong way. Click to view.