cerebral-legacy / cerebral-module-router

An opinionated URL change handler for Cerebral
http://cerebral-website.herokuapp.com/documentation/cerebral-module-router
19 stars 4 forks source link

docs: add active className to Link #82

Open Guria opened 8 years ago

Guria commented 8 years ago

https://github.com/cerebral/cerebral-view-react/issues/23

<Link className={this.props.page === 'home' ? 'active' : 'notactive'}/>