Components Skip to Content Link Skip to Content Link Component

Skip to Content Link Component

A neumorphic 'Skip to Content' link component for accessibility in Technology/SaaS applications, featuring a purple/violet color scheme and full responsiveness with dark mode support.

Preview

HTML Code

<a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 focus:z-50 focus:px-6 focus:py-3 focus:rounded-xl focus:font-semibold focus:text-purple-800 focus:bg-purple-200 focus:shadow-neumorphic-light dark:focus:text-purple-200 dark:focus:bg-purple-800 dark:focus:shadow-neumorphic-dark motion-safe:transition-all motion-safe:duration-300 motion-safe:ease-in-out focus:outline-none focus:ring-2 focus:ring-purple-500 focus:ring-offset-2 dark:focus:ring-offset-purple-950 focus:ring-offset-purple-50">Skip to Main Content</a>

<style>
  .shadow-neumorphic-light {
    box-shadow: 6px 6px 12px #b0a1c6, -6px -6px 12px #ffffff;
  }
  .dark .shadow-neumorphic-dark {
    box-shadow: 6px 6px 12px #4a148c,
                -6px -6px 12px #9c27b0;
  }
</style>

Related Components

SkipToContentLink

Skip to Content Link Component with Dark Mode UI, Triadic color scheme, and Simple complexity for E-commerce.

Open

Skip to Content Link

A Skip to Content Link Component with Neumorphism design style, a triadic color scheme, and a complex layout for blog and content websites. It includes responsive design and dark mode support using Tailwind CSS.

Open

Skip to Content Link

A "Skip to Content" link component for accessibility, designed for dark mode dashboards with a grayscale color scheme. It is moderately complex due to responsive and dark mode styling. No JavaScript is used. Uses Tailwind CSS with dark: prefixes for dark theme support.

Open