Skip to content

Commit

Permalink
docs(ui5-message-strip): reflect review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niyap committed Nov 27, 2023
1 parent c59211d commit da0ac71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/main/src/MessageStrip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ type DesignTypeAnnouncemnt = Record<MessageStripDesign, string>;
* @extends UI5Element
* @public
* @since 0.9.0
* @slot {Node[]} default - Defines the text of the component. <br><br><b>Note:</b> Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
* @slot {Node[]} default
* Defines the text of the component.
* <br><br>
* <b>Note:</b> Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
*/
@customElement({
tag: "ui5-message-strip",
Expand Down

0 comments on commit da0ac71

Please sign in to comment.