UNPKG

neft

Version:

JavaScript. Everywhere.

13 lines (7 loc) 509 B
> [Wiki](Home) ▸ [[API Reference|API-Reference]][[Document|Document-API]] ▸ **String Interpolation** # String Interpolation [Element.Text](/Neft-io/neft/wiki/Document-Element.Text-API#class-text) and [Element.Tag](/Neft-io/neft/wiki/Document-Element.Tag-API#class-tag) attribute value can use string interpolation. ```xml <h1>Welcome ${props.name}!</h1> ``` > [`Source`](/Neft-io/neft/blob/b07f8471f0eea285e6ecaed7d5dc667674e2a4ae/src/document/file/parse/storage.litcoffee#string-interpolation)