0.3.1 • Published 9 years ago

react-surface v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

ReactSurface

A modification of famous/core/Surface so it can accept React Components as an argument to Surface#setContent.

##Getting Started Use it as if it were a regular surface.

npm install react-surface;

var surface = new ReactSurface({
  size: [100, 100],
  content: <LargeAd />,
});

//or 

surface.setContent(<LargeAd model.attributes... />);
0.3.1

9 years ago

0.3.0

9 years ago