1.2.6 • Published 1 year ago

@quickbackco/quickback-react v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Quickback for react

Listen to your users

https://quickback.co/

Installation

Install Quickback with npm or yarn

  npm install @quickbackco/quickback-react
  yarn add @quickbackco/quickback-react

Usage/Examples

import React from 'react
import Quickback from '@quickbackco/quickback-react'

function App() {
  return <div>
    <Quickback id="[quickback-id]" />
  </div>
}

Parameters

ParameterTypeDescription
idstringRequired. Given Quickback id
placeholderstringCustomize placeholder text
styleobjectCustomize textarea style. (see below)

Usage/Examples

style={{
  textarea: {}
  focus: {}
}}

-----------------------------------------------------------------------------------------

<Quickback id="[quickback-id]" placeholder="Customize ?" style={{focus: {width: '24rem', height: '10rem'}}} />
1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago