Long before cloud storage and tabbed file browsers, Windows 98’s Explorer pane defined how millions of people understood their computers — rows of yellow folders, file sizes in kilobytes, and timestamps frozen in the late nineties.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/retro-webpage/llms.txt
Use this file to discover all available pages before exploring further.
FolderIcon brings that aesthetic into React: a hoverable file row complete with a layered SVG folder that physically opens via a Framer Motion spring animation, a dotted-border separator, and monospaced size and date columns rendered in the VT323 terminal font. Pass the optional isNew prop and a blinking red pixel-font badge snaps onto the filename — the digital equivalent of a sticky note on a manila folder.
Props
The display name of the file or folder shown as an underlined blue link label in the row.
Human-readable file size string (e.g.
'14.2 MB', '320 KB'). Rendered right-aligned in a 64 px column using the VT323 font.Last-modified date string displayed verbatim (e.g.
'10/24/2023'). Rendered right-aligned in a 96 px column beside the size.When
true, appends a blinking red NEW badge directly after the filename. Defaults to false when omitted.The folder animation is driven by Framer Motion. The folder’s inner “document” lifts 8 px upward on a spring (
stiffness: 300, damping: 20) while the lid rotates −20° on the X axis, giving the illusion of the folder opening toward the viewer.