Skip to content

Little React app to play with flexbox properties

Notifications You must be signed in to change notification settings

pzhine/flexboxdemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an interactive demonstration of the CSS3 flexbox layout model. Change the properties of the container to see how it affects the layout of the children! You can also edit flex properties for individual children. Click a child to make it editable. There is an accompanying blog post.

To run the app

npm install
npm run build
npm start

Then browse to http://localhost:5000

About

Little React app to play with flexbox properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.0%
  • CSS 15.2%
  • HTML 4.8%