Feedback Form
Feedback form with rating (1-5), message, email, and category.
forms
Install
$ npx shadcn@latest add @open-types/feedback-form
Source
export interface FeedbackForm {
rating: number;
message?: string;
email?: string;
category?: string;
}
export interface FeedbackForm {
rating: number;
message?: string;
email?: string;
category?: string;
}