default(__namedParameters: FeedbackProps): Element
Feedback component of the web application. All fields of the Feedback Form are optional.
Constructed using Form Provider to pass form context to nested components.
Parameters
__namedParameters: FeedbackProps
Returns Element
Returns Feedback Form with the following widgets:
1. {@link src\components\widgets\CustomRating.tsx | "5-bolt" Rating }
2. {@link src\components\widgets\Comments.tsx | Suggested Comments }
3. {@link src\components\styled\TextField.tsx | Text Field for remarks}
Feedback component of the web application. All fields of the Feedback Form are optional. Constructed using Form Provider to pass form context to nested components.