1.0.5 • Published 5 years ago

fydbak v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Fydbak

Fydbak is a tool that helps React Native developers collect feedbacks and feature suggestions from their users.

Install

npm install fydbak

Usage

import React, { Component } from 'react'

import Fydbak from 'fydbak';

function Example() {
  render () {
    return (
       <Fydbak
          visible={true}
          publicKey="your_public_key">
       </Fydbak>
    )
  }
}

<<<<<<< HEAD

04c74237867680b7422f03e7ab596527cbf30365

Properties

You can add multiple properties to customize the look of your Fydbak component, here is how it works:

import React, { Component } from 'react'

import Fydbak from 'fydbak';

function Example() {
  render () {
    return (
        <Fydbak
            visible={true}
            publicKey="your_public_key"
            fontName="Courier"
            title="Share your feedback!"
            description="We need your feedback to get better.">
        </Fydbak>
    )
  }
}

Available properties

Here are the properties that you can use to customize the look and experience of Fydbak:

publicKey: The unique key of your app, create an app on Fydbak to generate one

visible: Set to true or false to display or hide the Fydbak modal

onClose: Function to close the modal when clicking on the dark background.

fontName: To customize the font used by Fydbak. The font must be loaded in your app.

email: To pre-fill the email field.

title: To modify the title of the feedback modal

description: To modify the description of the feedback modal

commentLabel: To modify the label on top of the comment field

commentPlaceholder: To modify the placeholder of the comment field

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

0.1.22

5 years ago

0.1.23

5 years ago

0.1.24

5 years ago

0.1.20

5 years ago

0.1.21

5 years ago

0.1.17

5 years ago

0.1.18

5 years ago

0.1.19

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago