Skip link
Themed, focus-moving "skip to main content" link for the app shell (WCAG 2.4.1).
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjSkipLinkComponent } from '@kouji-ui/components';Playground
#playgroundMain content — focus lands here after activating the skip link.
<kj-skip-link kjTarget="playground-main">Skip to main content</kj-skip-link>