Skip to content

Commit

Permalink
Additional fix for raw AppBar component import
Browse files Browse the repository at this point in the history
  • Loading branch information
landabaso authored Jul 20, 2016
1 parent 42feb7f commit 32aedbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/components/layout/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import { AppBar } from 'react-toolbox/lib/app_bar';
You import from the component definition so the imported component is bundled with its dependencies but it does not require any style for you. This means that no CSS will be bundled and the component markup will **not** include any classname. It's your responsibility to provide a theme to the component to be properly style and you can do it via properties or context. For example:

```js
import { AppBar } from 'react-toolbox/lib/app_bar/AppBar.js';
import AppBar from 'react-toolbox/lib/app_bar/AppBar.js';
```

## Customizing components
Expand Down

0 comments on commit 32aedbd

Please sign in to comment.