1.2.7 • Published 1 year ago

@apitwist/react-feedback-client v1.2.7

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

React-Feedback-Client

You can define your component right or left bottom of the page

image

A modal will be shown after you clicked feedback button

image

If you will use select, it will be shown conditionally when selected content

image

Installation

npm i @apitwist/react-feedback-client

Usage

You can describe your headers, labels, placeholders, messages

import { Feedback } from "@apitwist/react-feedback-client"

function App() {

// If you will use select options describe your array by id and name and pass as props to Feedback component,

    let selectArray = [
        { id: 1, name: "name 1" },
        { id: 2, name: "name 2" },
        { id: 3, name: "name 3" },
        { id: 4, name: "name 4" }
    ];
    return (
        <div className="App">
            <Feedback
                selectBarArray={selectArray}
                isDark={false}
                serviceUrl=""
                token=""
                showText={true}
            />
        </div>
    );
}

export default App;

License

MIT

1.2.7

1 year ago

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.0

1 year ago

1.1.1

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.0.9

1 year ago

1.1.7

1 year ago

1.0.8

1 year ago

1.1.6

1 year ago

1.0.7

1 year ago

1.1.5

1 year ago

1.0.6

1 year ago

1.1.4

1 year ago

1.0.5

1 year ago

1.1.3

1 year ago

1.0.4

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago