Experience-Monks / f1-dom

Create f1 ui with the dom
MIT License
12 stars 4 forks source link

Add the parent element to the list of potential targets #13

Closed njam3 closed 8 years ago

njam3 commented 8 years ago

This is especially useful for react-f1. It enables you to target the react-f1 container div.

<ReactF1 
go={this.state.state}
onComplete={this.state.onComplete}
states={states(this.props)}
transitions={transitions(this.props)}
data-f1="container"
>
</ReactF1>
mikkoh commented 8 years ago

👍 this is great.