Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hamburger manu on the app bar doesn't look right #54

Open
7seven7lst opened this issue Jun 15, 2017 · 1 comment
Open

Hamburger manu on the app bar doesn't look right #54

7seven7lst opened this issue Jun 15, 2017 · 1 comment

Comments

@7seven7lst
Copy link

7seven7lst commented Jun 15, 2017

this is what i have for the package.json config:

"reactToolbox": {
    "include": [
      "APP_BAR",
      "AUTOCOMPLETE",
      "AVATAR",
      "BUTTON",
      "CARD",
      "CHECKBOX",
      "CHIP",
      "DATE_PICKER",
      "DIALOG",
      "DRAWER",
      "DROPDOWN",
      "INPUT",
      "LAYOUT",
      "LINK",
      "LIST",
      "MENU",
      "NAVIGATION",
      "OVERLAY",
      "PROGRESS_BAR",
      "RADIO",
      "RIPPLE",
      "SLIDER",
      "SNACKBAR",
      "SWITCH",
      "TABLE",
      "TABS",
      "TIME_PICKER",
      "TOOLTIP"
    ],
    "customProperties": {
      "animation-duration": "0.3s",
      "color-accent": "var(--palette-pink-a200)",
      "color-accent-dark": "var(--palette-pink-700)",
      "color-primary-contrast": "var(--color-dark-contrast)",
      "color-accent-contrast": "var(--color-dark-contrast)",
      "preferred-font": "'Jura', sans-serif;"
    },
    "output": "src/assets/react-toolbox"
  }

I cannot add "FONT_ICON" to that long list ( throw this Path must be a string. Received undefined error)

and the hamburger manu looks like this:
screenshot 2017-06-14_21-05-51

@tarnasky
Copy link

@7seven7lst It looks like you aren't including the Material Design Icons. See the "Roboto Font and Material Design Icons" here:

http://react-toolbox.com/#/install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants