1.2.6 • Published 3 years ago

@quickbackco/quickback-react v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago