1.1.1 • Published 3 years ago
@arcteryx/components-tooltip v1.1.1
@arcteryx/components-tip
Heard you like Tooltip...
Install
npm install --save @arcteryx/components-tooltipUsage
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>