Unstyled button
Last updated: 2.5.0 (11/05/2024)
Usage
import { UnstyledButton } from "@valence-ui/core";
function MyComponent() {
return (
<UnstyledButton
style={{
// New styles here
}}
>
// New children here
</UnstyledButton>
)
}Props
Last updated