Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Last active November 28, 2017 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linus-amg/2232b91c0551eff1877ff7d63acc8113 to your computer and use it in GitHub Desktop.
Save linus-amg/2232b91c0551eff1877ff7d63acc8113 to your computer and use it in GitHub Desktop.
const StyledModeler = styled(Modeler)`
.djs-palette {
${({ loadingModeler }) => loadingModeler && `display: none`};
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment