New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@electron-elements/send-feedback

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-elements/send-feedback

Send Feedback allows you to incorporate feedback function in your app.

  • 2.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-93.33%
Maintainers
1
Weekly downloads
 
Created
Source

send-feedback

npm Travis Greenkeeper badge

This electron-element can be used to send feedback from an electron app to a website. Currently this works well for reporting issue to github's issue tracker, or any website that could accept user input sent from the app

Install

npm i --save @electron-elements/send-feedback

Usage

Basic Usage:

const SendFeedback = require('@electron-elements/send-feedback');
customElements.define('send-feedback', SendFeedback);

const sendFeedback = document.createElement('send-feedback');
document.body.appendChild(sendFeedback);

The default design of this element, right out of the box looks like:

send feedback design

The design of the element can be futher customized to fit your needs. See the docs for usage and documentation to customize your send feedback element.

Lastly, you need to configure how the send-feedback will report the feedback back to you. We support reporting the feedback to email, github, or the brower. Additionally, you can also do a post request to your server with the feedback. You can also add you own reporter if the the reporters we also provide do not fit you needs. See the reporter docs for more info.

Changelog

See releases page it will contains all the changelogs and info about new releases.

Do you have an electron element you want to add to this org? If so follow this guide at electron-elements repo

Keywords

FAQs

Package last updated on 19 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc