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();
}