Text button
Last updated: 2.0.0 (18/01/2024)
Usage
import { Button } from "@valence-ui/core";
function MyComponent() {
return (
<Button
size="md"
radius="sm"
variant="light"
>
A *markdown* compatible text button!
</Button>
)
}Props
Property
Type
Description
Last updated