ta-react-feedback-message

1.0.0-0 • Public • Published

ta-react-feedback-message

React component that renders a message with a mail address allowing readers to give feedback.

Installation

npm install ta-react-feedback-message --save

Usage

import FeedbackMessage from 'ta-react-feedback-message';
 
...
 
class YourComponent extends React.Component {
  render() {
 
    return (
      <FeedbackMessage mailTo="test@example.com" />
    )
  }
}
 

API – 1.0.0

Props

Property Type Required Default Value Description
mailTo string no interaktiv@tages-anzeiger.ch Mail address to send the feedback to.
additionalClasses [string] no [] Additional classes to pass to the .ui.icon.message. Example: ['inverted', 'info'].

Dependencies (2)

Dev Dependencies (12)

Package Sidebar

Install

npm i ta-react-feedback-message

Weekly Downloads

0

Version

1.0.0-0

License

ISC

Last publish

Collaborators

  • xeophin