How to use overmind-devtools - 1 common examples

To help you get started, we’ve selected a few overmind-devtools examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cerebral / overmind / packages / node_modules / overmind-devtools / src / components / RuntimeConfig / styles.ts View on Github external
position: 'fixed',
  top: 0,
  left: 0,
  width: '100vw',
  height: '100vh',
})

export const contentWrapper = css({
  position: 'absolute',
  top: 0,
  left: 0,
  height: '100%',
  padding: '0.5rem',
  boxSizing: 'border-box',
  display: 'flex',
  backgroundColor: colors.dark,
  borderRadiusTopRight: 3,
  borderRadiusBottomRight: 3,
  boxShadow: '5px 5px 20px 5px rgba(0,0,0,0.10)',
})

export const input = css({
  border: 0,
  outline: 'none',
  padding: '0.5rem',
  fontSize: 18,
  borderRadius: 3,
})

export const button = css({
  border: 0,
  borderRadius: 3,

overmind-devtools

Overmind devtool

MIT
Latest version published 7 months ago

Package Health Score

63 / 100
Full package analysis

Popular overmind-devtools functions