manfredmmm / react-drift

Styling React Components - Pluralsight course material

Home Page:https://www.pluralsight.com/courses/react-styling-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-drift

Example app for React Component styling

Styling methods

  • Inline styles
  • Radium
  • External CSS
  • CSS modules

Install

git clone git@github.com:jaketrent/react-drift.git
npm install

Run

npm start
open http://localhost:3000

Includes only dev environment build target.

About

Styling React Components - Pluralsight course material

https://www.pluralsight.com/courses/react-styling-components

License:MIT License


Languages

Language:JavaScript 77.5%Language:CSS 19.8%Language:HTML 2.7%