@pittorica/tooltip-react
v0.26.3
Published
The `Tooltip` component.
Readme
@pittorica/tooltip-react
The Tooltip component.
Installation
npm install @pittorica/tooltip-reactUsage
import { Tooltip } from '@pittorica/tooltip-react';
import { IconInfoCircle } from '@tabler/icons-react';
function MyComponent() {
return (
<Tooltip content="Informative message" side="top">
<IconInfoCircle size={18} />
</Tooltip>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
