Back to Docs

Components

Shared components used across Everything

Music Player

Persistent audio player that maintains state across page navigation.

Files

Features

localStorage Keys

everything_music: {
  isPlaying: boolean,
  isMinimized: boolean,
  volume: number (0-1),
  currentTime: number (seconds)
}

Chaos Navigation

Theme-aware navigation system with multiple visual variants.

Files

Nav Variants

Features

Visitor Counter

Retro-style visitor counter using localStorage.

Usage

<div data-visitor-counter data-counter-style="digital"></div>

Styles

Random Facts

Displays random facts from the database.

Usage

<p data-random-fact data-refreshable>Loading...</p>

The data-refreshable attribute makes it clickable to get a new fact.