Skip to content

Small React component example which works in IE9+ and Opera Mini

Notifications You must be signed in to change notification settings

bhefty/simple-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React Component

This small app renders a single EMPTY component, which has a styling of:

div {
  position: absolute;
  background-color: red;
  width: calc(100% - 10px);
}

Using webpack/babel and serving up the HTML, this renders for IE9+ as well as Opera Mini.

Demo (with added min-height to display div styling)

About

Small React component example which works in IE9+ and Opera Mini

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages