Using Semantic UI with React and Meteor

Is it possible to install Semantic UI through NPM and import it in to the meteor client? Hope I’m making sense here. I have been doing this with bootstrap.

  1. Install Bootstrap NPM

  2. import it to my main css

    @import ‘{}/node_modules/bootstrap/scss/bootstrap.scss’;