Insertedcomponent

Inserted({ children }: InsertedProps): ReactElement
ParamType
propsInsertedProps
Props for Inserted — optional children. required
Return
ReactElement
Rendered <ins> element.

Inserted text — renders an <ins> element to mark content added to a document.

Examples

<Inserted>new price</Inserted>