| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Custom tagName property source code.tar.gz | 2020-04-09 | 370.2 kB | |
| Custom tagName property source code.zip | 2020-04-09 | 386.1 kB | |
| README.md | 2020-04-09 | 409 Bytes | |
| Totals: 3 Items | 756.6 kB | 0 | |
Now you can provide property tagName in Text component.
It is very useful for increase SEO points. For example, in you translations you have some html like:
:::html
<li>one</li>
<li>two</li>
When text component render html it creates <span> wrapper by default. Now you can change to any html tag. Example with list:
:::js
<EOLocale.Text html id="SOME_KEY" tagName="ul" />