Flowbite::Link

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

Use this component to add default styles to an inline link element.

API reference

Inherits from Flowbite

Constructor

def initialize(href:, class: nil, **options)

Parameters

href What to link to. This can be a String or anything else that
options Hash Additional HTML options for the link element

See also

Ruby API documentation for class Flowbite::Link