import { PixelTextLink } from './PixelTextLink'; export function Default() { return Read the docs; } export function Tones() { return (
Cyan link Green link Gold link Red link Purple link Pink link Neutral link
); } export function AsButton() { return ( console.log('clicked')}> Trigger an action ); } export function Surfaces() { return (
Pixel surface Linear surface
); } export function ExternalLink() { return ( Open in new tab ); } export function InlineInProse() { return (

Built with{' '} pxlkit , a tone-coloured component library for retro interfaces.

); }