# Vue Links - Flowbite #### The link component can be used to set hyperlinks from one page to another or to an external website when clicking on an inline text item, button, or card ## Default link Use this example to set default styles to an inline link element. ```vue ``` ## Paragraph link Use this example to set a link inside a paragraph with an underline style. ```vue ``` ## Custom classes Use `class` attribute prop to apply the tailwind classes. ```vue ```