Categories
React

react foundation 6

Add these guys into your js component files to get the functionality of foundation:


import 'foundation-sites/dist/css/foundation.min.css'
import 'foundation-sites/dist/css/foundation-prototype.min.css'

// in the component itself,  use:
componentDidMount() {
$(document).foundation();
}

Leave a Reply

Your email address will not be published. Required fields are marked *