3.0.18 • Published 3 months ago

@spellix/tooltip v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@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 */})} />;
};
3.0.18

3 months ago

3.0.17

3 months ago