From 499e04094caa824dd57be5a9fd663761dcbf5aaf Mon Sep 17 00:00:00 2001 From: Sami Ekblad Date: Fri, 26 May 2023 09:00:41 +0300 Subject: [PATCH] added link to addon --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d02d0763..41e6d92d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a reusable NPS [Net Promoter Score](https://en.wikipedia.org/wiki/Net_promoter_score) widget. The widget displays a numeric scale typically ranging from 0 to 10, allowing users to rate their experience or likelihood to recommend on a continuum. +The widget is available in Vaadin Directory: [vaadin.com/directory/component/nps](https://vaadin.com/directory/component/nps). + nps-widget Additionally the demo project implements a full application for collecting and reporting the NPS score. This can be used as standalone application to collect user feedback. This application is a runnable Spring Boot web application using Vaadin.