t-link
A component to display a basic link. It supports an external href or a vue-router
to property. It's used internally in multiple components such as t-button
.
Routes
<TLink
title="Home Route"
to="/"
// Or named routes with options
to={{
name: "home",
}}
>
Go to Home route
</TLink>
External link
<TLink title="External Page" href="https://google.com" external>
Go to external page
</TLink>
Colors
<TLink title="Home Route" color="danger" to="/">
Go to Home route
</TLink>
API
No options available