Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/retrowin/llms.txt
Use this file to discover all available pages before exploring further.
Webring is a decorative and functional homage to the late-1990s webring — a concept where independent personal sites linked together in a ring so visitors could discover related content. The component renders a compact dashed-border panel with the title [Previous], [Random], and [Next]. All three links currently point to # as placeholders and are designed to be swapped for real webring URLs when the site joins an actual ring or ring service.
Webring accepts no props.
Usage
Styling
The component is laid out as a centred block with the following visual properties:| Property | Value |
|---|---|
| Border | 2 px dashed border-win-gray |
| Background | bg-win-silver |
| Padding | p-4 |
| Title font | font-pixel, text-sm |
| Link font | Sans-serif, text-xs |
| Link colour | text-blue-800 with underline |
| Link hover | hover:text-win-pink |
[Previous], [Random], [Next]) are arranged in a horizontal row with gap-4 between them, centred under the title.
Wiring up real URLs
Replace the placeholderhref="#" values with real webring navigation URLs. Most webring services generate per-member URLs of the form:
Webring has no props, the simplest way to customise the links is to fork the component and replace the href values directly in the source.
All three links use standard
<a> anchor tags, so they open in the same tab by default. If your webring URLs navigate away from the portfolio entirely, consider adding target="_blank" rel="noopener noreferrer" to each link so visitors can continue browsing the portfolio when they return.