Polymorphism
Last updated: 2.0.0 (22/01/2024)
Usage
import { Button } from "@valence-ui/core";
function MyComponent() {
return (
<Button
component="a"
href="https://isaacshea.com"
>
Go to Isaac's website!
</Button>
)
}When can I use this?
What is the link component?
link component?Last updated