Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Theme package from lundium contains basic theme for components. In order to use it, we first have to import library into project:
Then, we can load minified styled inside of application root:
If you want to use only a part of predefined styles, you can use sass source files. They can be imported in a same way as you'd partialy import bootstrap files: (into you root scss file preferably)