Closed idangozlan closed 7 years ago
@idangozlan You need to include "APP_BAR" in your package.json like this:
"reactToolbox": {
"include": [
"APP_BAR",
"BUTTON",
"DATE_PICKER"
],
That isn't documented in the README, but I found it here:
https://github.com/react-toolbox/react-toolbox-themr/blob/master/src/constants.js#L20
Thanks :) I've created pull request with a new Readme file that includes also the appbar, so others will be able see that.
I'm pretty sure that I've missed something since there's no anything about that over Google.
Anyway, when im trying to use AppBar, im getting non css'ed AppBar, created using
create-react-app
:index.js
package.json: