Portal UI

Link

Renders an anchor tag.

<x-portal::label>
    By clicking login, you agree to our 
    <x-portal::link href="term"> Terms of Service</x-portal::link>
    and 
    <x-portal::link href="privacy"> Privacy Policy.</x-portal::link>
</x-portal::label>

Publishing Component

If you want to customize the components, you can publish them by running the following command :

php artisan vendor:publish --tag=portal-ui:link --force