@dinefy/react-tooltip
v0.1.2
Published
Dinefy React Web UI - tooltip component
Readme
@dinefy/react-tooltip
Tooltip component for Dinefy Design System built with Ark UI.
Installation
npm install @dinefy/react-tooltipUsage
import { Tooltip } from "@dinefy/react-tooltip";
function App() {
return (
<Tooltip.Root>
Tooltip Content
</Tooltip.Root>
);
}API Reference
Tooltip.Root
The root component of the tooltip component.
Props
Extends all HTML div element props.
