Skip to content

Files

Latest commit

 

History

History
27 lines (21 loc) · 656 Bytes

File metadata and controls

27 lines (21 loc) · 656 Bytes

Styling react with styled components

Freitag, 24. März 2017, #ReactStuttgart

Oliver Schmidt - @webkreation

This repo includes all code examples for my talk Styling react with styled components

Slides http://slides.com/webkreation/styling-react

Install

$ cd styled-components-demo $ yarn $ yarn start

Branches

01-Pure-CSS

Project created with create-react-app

02-Converted-to-styled-components

Project ported to styled-components

03-styled-components-demos

  • Adapting based on props
  • Full CSS Support
  • Overriding Component Styles
  • Styling third-party components
  • Theming