Navigation

Link

Themed hyperlink with variant, size, underline mode, external-link handling, and disabled semantics.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjLinkComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
variant
size
underline
<kj-link
  kjHref="/docs"
  kjVariant="primary"
  kjSize="inherit"
  kjUnderline="hover"
>Read the docs</kj-link>