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>)