verkstedt / react-amp-components

A (hopefully) simple way to render AMP components via React on the server.
MIT License
30 stars 5 forks source link

add bind component #9

Closed mattlub closed 6 years ago

mattlub commented 6 years ago

usage

<Bind text="foo">
  <p>I will get the [text] attribute</p>
</Bind>