Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solution-center-feedback

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solution-center-feedback

Feedback tool for rating services provided by Brand Solutions

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Solution Center Feedback Build Status npm Version

Feedback tool for rating services provided by Brand Solutions

Installation

npm install solution-center-feedback

Usage

  1. Include the script in your project:

    <script src="/node_modules/solution-center-feedback/dist/solutioncenter.feedback.js"></script>
    
  2. Insert the component near or at the bottom of your app:

    <sc-feedback module-id="$ctrl.id" module-name="$ctrl.name" debug-config="$ctrl.debug"></sc-feedback>
    

Parameters

All the module related parameters are required, the one for debugging is optional

  • module-id: The ID associated with your project.
  • module-name: The name you wish to display on the feedback component.
  • debug-config: Configuration object for debugging purposes

Style

Solution Center Feedback is intended to be used with dress code. That package is included as a dependency. Be sure to include dress-code in your project.

Develop

Clone the repository, then run:

npm install

Available commands

  • npm start: start a development server, open the demo in the browser, and watch for code changes.
  • npm test: run unit tests and generate a coverage report.
    • open coverage/index.html: after running unit tests, open the coverage report.
  • npm clean: remove build files/directories

Contributing

Before opening a pull request, please ensure that you have included unit tests for your changes and that all tests are passing.

Changelog

Changelog

License

MIT

FAQs

Package last updated on 24 Oct 2016

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