LEFapps / lef-translations

meteor wrapper for @lefapps/translations
MIT License
0 stars 0 forks source link

Optional prop 'tag' #7

Closed johanlef closed 5 years ago

johanlef commented 5 years ago
<h1><Translate _id={'title'} /></h1>
// becomes
<Translate _id={'title'} tag={'h1'} />