Last active
October 16, 2020 14:45
-
-
Save sagalbot/e40bad7e7454418889885ff233bb24fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// now we find ourselves in a situation where we need to implement what | |
// looks like a button, but we need to use `a` instead of `button`. | |
<a href="/some-other-page" class="{{ App\View\Components\Button::$class }}"> | |
My Great Link, That Looks Like a Button! | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment