Closed sebdesign closed 3 years ago
This PR adds an Anchor component and an a() function to render clickable hyperlinks.
Anchor
a()
// Adds a hyperlink a('https://github.com/nunomaduro/termwind'); // Adds a hyperlink with text value a('Termwind')->href('https://github.com/nunomaduro/termwind');
This PR adds an
Anchor
component and ana()
function to render clickable hyperlinks.