1.0.1 • Published 2 years ago

@socialwell-design/tool-tip v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

This is a socialwell web design system

Installation

yarn add @socialwell-design/tool-tip

or

npm i @socialwell-design/tool-tip

How to use

import { ToolTips } from "@socialwell-design/tool-tip";
import "react-tippy/dist/tippy.css";

<ToolTips
    position="bottom"
    text="Here’s a regular tooltip with some text inside of it that’s supposed to be substantially large."
>
  // any html tags
</ToolTips>