1.2.7 • Published 2 years ago

@apitwist/react-feedback-client v1.2.7

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

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.0.9

2 years ago

1.1.7

2 years ago

1.0.8

2 years ago

1.1.6

2 years ago

1.0.7

2 years ago

1.1.5

2 years ago

1.0.6

2 years ago

1.1.4

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago