You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of svelte:element, would it not be easier to pull in https://github.com/brave/leo/blob/main/src/components/button/button.svelte to return an actual button when isButton is set/true? Otherwise, it seems we'll have quite a bit of work to maintain button-aesthetics across the two components.
Link component should be allowed to render
<button
so that we can avoid developers using<Link href="#"
.This plan is approved by @AlanBreck and @fallaciousreasoning
The text was updated successfully, but these errors were encountered: