Is there a Semantic UI equivalent to Bootstrap's .container class?

css, semantic-ui, twitter-bootstrap

Solution

Semantic UI author here. I will be adding a generic container class in next minor release.

Problem

Having used Twitter Bootstrap for some time and always wanting more in the way of admin UI features, I've decided to give Semantic UI a try. The Semantic docs are a lot less concise than Bootstrap's, but each individual tool is fairly easy to implement. However, I've begun creating a basic UI to try out Semantic UI and I'm having trouble figuring out some of the basic stuff, like what to use as a suitable replacement for Bootstrap's `.container`, etc.

Original source