Icon button
Last updated: 2.0.0 (18/01/2024)
Usage
import { IconButton } from "@valence-ui/core";
import { IconPlus } from "@tabler/icons-react";
function MyComponent() {
return (
<IconButton
size="md"
radius="sm"
variant="light"
>
<IconPlus />
</IconButton>
)
}Adding a tooltip
Props
Property
Type
Description
Last updated