import { PixelCollapsible } from './PixelCollapsible'; export function Default() { return (

Hidden content revealed when the header is toggled.

); } export function DefaultOpen() { return (

Renders open on first mount; click the header to collapse.

); } export function Tones() { return (

Cyan-tinted toggle.

Green-tinted toggle.

Gold-tinted toggle.

Red-tinted toggle.

Purple-tinted toggle.

Pink-tinted toggle.

Neutral-tinted toggle.

); } export function Surfaces() { return (

Retro pixel typography.

Smoother linear surface.

); } export function RichContent() { return ( ); }