1.1.1 • Published 2 years ago

@arcteryx/components-tooltip v1.1.1

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

@arcteryx/components-tip

Heard you like Tooltip...

Install

npm install --save @arcteryx/components-tooltip

Usage

import { Tooltip} from "@arcteryx/components-tooltip";
  <div>
    <Tooltip
            content="Rewilding your gear lowers the footprint of every adventure. We take back gear that isn’t being used, and refurbish it with the same obsessive design that built it, to extend its active life beyond one adventure or user. Relentlessly good gear, refreshed and returned to the wild"
            direction="right"
            isInfo={true}
            imgURL={imgURL}
            subHeader={subHeader}
          >
    </Tooltip>
  </div>