Insertedcomponent
Inserted({ children }: InsertedProps): ReactElement| Param | Type | |
|---|---|---|
props | InsertedProps | 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>