bem-sdk-archive / bemjson-to-jsx

https://bem-sdk-archive.github.io/bemjson-to-jsx. DEPRECATED →
https://github.com/bem/bem-sdk/tree/master/packages/bemjson-to-jsx
Other
2 stars 2 forks source link

bemjson could have "string" nodes #2

Closed Yeti-or closed 7 years ago

Yeti-or commented 7 years ago
{ block: 'two', content: [
  'one',
  'two'
]}

=>

<Two>
one
two
</Two>