Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.57 KB

File metadata and controls

41 lines (27 loc) · 1.57 KB

CSS grid with Styled Components - An Example

INTRODUCTION

One of the best tutorials to learn CSS Grid is Wes Bos' CSS Grid course. I wanted to experiment one of his code samples using Styled Components. Here I am with his code converted for styled components. For live code editing, please checkout this codesandbox.

HOW TO RUN

Please clone this repo and run the following commands.

yarn

yarn start

HIGHLIGHTS

Some of the topics in styled components that are covered in this example: