effrenus / yandex-map-react

70 stars 22 forks source link

make layout creating using default templateLayoutFactory templates #39

Open MikeDevice opened 7 years ago

MikeDevice commented 7 years ago

If you'll look at API, you can see such row in example

MyIconContentLayout = ymaps.templateLayoutFactory.createClass(
     '<div style="color: #FFFFFF; font-weight: bold;">{{ properties.geoObjects.length }}</div>')

Now such handlebars are not supported. So I've added this possibility in this pr