Link
Themed hyperlink with variant, size, underline mode, external-link handling, and disabled semantics.
Import
#importAdd the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.
import { KjLinkComponent } from '@kouji-ui/components';Playground
#playgroundvariant
size
underline
<kj-link
kjHref="/docs"
kjVariant="primary"
kjSize="inherit"
kjUnderline="hover"
>Read the docs</kj-link>