Back to Storybook

Component Styled Variables Object Notation

docs/_snippets/component-styled-variables-object-notation.md

10.3.6170 B
Original Source
js
const Component = styled.div(({ theme }) => ({
  background: theme.background.app,
  width: 0,
}));