1.0.5 • Published 5 years ago

components-callout v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

components-callout

As a visitor to a PDP or CDP , when I land on a PDP, then I will see the callout slide into position from the bottom of the screen

NPM JavaScript Style Guide

Install

npm install --save components-callout

Run

in src/ run

npm start

in example/ run

npm start

Usage

import React, { Component } from 'react'
import CallOut from 'components-callout'

<CallOut text="Questions about product or sizing?" isActive={true} handleClick={handleClick} handleCloseButtonClick={handleCloseButtonClick}>
  <img src="https://s3-us-west-2.amazonaws.com/images.arcteryx.com/virtual-advisor-callout/a6ff6a61-6c57-44ec-bdb0-dcae77bb05d6.png" 
        alt="Virtual Advisor"
        style={{height: '83px'}}
  />
</CallOut>

License

MIT ©

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago