Back to Storybook

Component Styled Variables Template Literals

docs/_snippets/component-styled-variables-template-literals.md

10.3.6170 B
Original Source
js
const Component = styled.div`
  background: `${props => props.theme.background.app}`
  width: 0;
`;