Primitive button
Last updated: 3.0.0 (04/07/2024)
Usage
import { PrimitiveButton } from "@valence-ui/core";
function MyComponent() {
return (
<PrimitiveButton
size="md"
radius="sm"
variant="light"
>
My first button!
</PrimitiveButton>
)
}Props
Property
Type
Description
Changelog
Last updated