import { MinusIcon, PlusIcon } from "@iconicicons/react"; import { Slider } from "@lemonsqueezy/wedges"; export default function Example() { return (
} before={} content="A tooltip is a small box that appears when hovering over a UI element, providing additional information." defaultValue={[50]} description="(description)" helperText="Helper text" label="Label" />
); }