StealThis .dev

Rudder Navigation

Bottom navigation with a raised central FAB button. Combines standard tab items with a prominent primary action.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

Rudder Navigation

A bottom navigation bar featuring a raised central FAB (floating action button) that sits above the bar. Regular nav items flank the FAB on both sides.

Features

  • Bottom nav bar with 4 standard items
  • Raised central FAB with notch cutout effect
  • Active state with color change
  • Smooth transitions
  • Keyboard accessible

How it works

  1. Bottom bar uses flexbox with 5 items (2 left, FAB center, 2 right)
  2. Center FAB is elevated with negative margin and circular shape
  3. Active tab tracked via class toggle
  4. FAB has special scale animation on tap