3.0.18 • Published 3 months ago
@spellix/tooltip v3.0.18
@spellix/tooltip
A Quick description of the component
This component is generated automatically, please add a description and usage instructions below.
Short description
It's common hint component to give user more information about some functionality.
Installation
yarn add @spellix/tooltip
# or
npm i @spellix/tooltip
# or
pnpm i @spellix/tooltip
Usage
Import Tooltip from the package and configure it with props as needed:
import { Tooltip } from '@spellix/tooltip';
export const App = () => {
return <Tooltip {...({/* props for the component */})} />;
};