Skip to content

Commit 32aedbd

Browse files
authored
Additional fix for raw AppBar component import
1 parent 42feb7f commit 32aedbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/components/layout/install/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import { AppBar } from 'react-toolbox/lib/app_bar';
6363
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:
6464

6565
```js
66-
import { AppBar } from 'react-toolbox/lib/app_bar/AppBar.js';
66+
import AppBar from 'react-toolbox/lib/app_bar/AppBar.js';
6767
```
6868

6969
## Customizing components

0 commit comments

Comments
 (0)