Bootstrap: adding button group to navbar?

twitter-bootstrap

Solution

Enclose the button group in a form and use the `form-inline` class.

Here's an example

Problem

Is it easy enough to add a `btn-group` to `navbar` in `bootstrap`? `btn` is fine, but not so much so when `btn-group/div`.

Original source