Skip to content

Commit

Permalink
feedback for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Sep 16, 2024
1 parent 9be84e4 commit db98031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import {LightningElement, api} from 'lwc';
/**
* The `QuanticCardContainer` component is used internally as a styling container.
* @category Utility
* @fires CustomEvent#quantic__headerclick
* @fires CustomEvent#quantic__headerkeydown
* @example
* <c-quantic-card-container title="Card Example"></c-quantic-card-container>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {LightningElement, api} from 'lwc';
* The `QuanticFeedback` component displays a question and two buttons for giving positive or negative feedback.
* @fires CustomEvent#quantic__like
* @fires CustomEvent#quantic__dislike
* @fires CustomEvent#quantic__pressExplainWhy
* @fires CustomEvent#quantic__pressexplainwhy
* @category Search
* @category Insight Panel
*/
Expand Down

0 comments on commit db98031

Please sign in to comment.