mobile-app-ux

Installation
SKILL.md

Mobile App UX Best Practices

Touch Target Guidelines

Element Minimum Size Recommended Spacing
Buttons 44×44px 48×48px 8px between
Icons 24×24px 24×24px + 44px touch area 12px between
List items 44px height 48-56px height No gap needed
Form inputs 44px height 48px height 16px between
.touch-target {
  min-height: 44px;
  min-width: 44px;
  padding: var(--space-3);
}

/* Expand touch area without visual change */
Related skills
Installs
9
GitHub Stars
2
First Seen
Jan 25, 2026