1.2.6 • Published 4 years ago
@quickbackco/quickback-react v1.2.6
Quickback for react
Listen to your users
Installation
Install Quickback with npm or yarn
npm install @quickbackco/quickback-react
yarn add @quickbackco/quickback-reactUsage/Examples
import React from 'react
import Quickback from '@quickbackco/quickback-react'
function App() {
return <div>
<Quickback id="[quickback-id]" />
</div>
}Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | Required. Given Quickback id |
| placeholder | string | Customize placeholder text |
| style | object | Customize textarea style. (see below) |
Usage/Examples
style={{
textarea: {}
focus: {}
}}
-----------------------------------------------------------------------------------------
<Quickback id="[quickback-id]" placeholder="Customize ?" style={{focus: {width: '24rem', height: '10rem'}}} />1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.0
4 years ago
1.0.0
4 years ago
0.2.12
4 years ago
0.2.11
4 years ago
0.2.10
4 years ago
0.2.9
4 years ago
0.2.8
4 years ago
0.2.7
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.0
4 years ago