@propellerads/smart-hint
v2.0.0
Published

Keywords
Readme
SmartHint
Installation
yarn add @propellerads/smart-hintornpm install @propellerads/smart-hint --save
Usage
import SmartHint, {HINT_POSITION} from '@propellerads/smart-hint';
<SmartHint
attachToElementId="my-target-id"
title="Title"
isVisible
position={HINT_POSITION.TOP}
onCloseCallback={() => console.log('closed')}
smartHintCustomStyles={{zIndex: 1000}}
>
Content goes here
</SmartHint>;