Closed jesstelford closed 8 years ago
Enables adding event listeners to custom entities the "React Way" with the events object, or the on* syntax:
<Entity entityName='a-sphere' onClick={this.handleClick} />
Should fix #40
nice! just gonna tweak to be perhaps primitive to match the a-frame naming
primitive
Enables adding event listeners to custom entities the "React Way" with the events object, or the on* syntax:
Should fix #40