egoist
10/7/2016 - 9:02 AM

a.jsx

play('Button with text', h => <button>yep! text!</button>)
     
import Button from './my/Button.vue'     
play('Button in single file component', h => <Button>text!</Button>)