TextLink

CSS dependencies

@import url("@uxf/ui/text-link/text-link.css");

Props configuration

// textLink.d.ts

declare module "@uxf/ui/icon/theme" {
    export interface TextLinkVariants {
        default: true;
    }
}
Default
Open in new tab