Implementing Semantic ui in a Meteor + React app

Hi, I’m using Meteor + React and would like to implement semantic ui as well. What approach should I follow:

  1. Install semantic ui from Atmosphere? https://atmospherejs.com/semantic/ui

  2. Use: http://react.semantic-ui.com/usage

Thanks

The React version for Semantic-UI would be the best way to go if you do not need every single component and modules of the main one.

Otherwise, I’ve been using Semantic UI via npm installing and simply including the css and js file in my Meteor app. Not everything plays nicely with React but I didn’t find many problems when using it in such a stack.

Thank you @swiftpolar, please correct me if I’m wrong, you never installed the Atmosphere package?

Yes that is correct, I never installed the Atmosphere package.

Got it, I’ll go the http://react.semantic-ui.com/usage way