## Link Usage example: ```typescript jsx import { Text, Link } from '@project-1114/ui-kit' export function App(){ return ( <> Some link Some disabled link > ) } ```