0.3.0-beta.1 • Published 2 years ago

rainway-react v0.3.0-beta.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

rainway-react

React components for the Rainway SDK Web Runtime.

Usage

Pass a RainwayStream as a prop to this Rainway component to render it!

return (
  <Rainway
    stream={currentStream}              // Pass in a RainwayStream object...
    style={{ filter: 'grayscale(1)' }}  // ... and styles for the wrapper div
  >
    <p>Children are displayed as fallback when `stream` is undefined.</p>
  </Rainway>
);

For more information, see the Rainway tutorial.

0.3.0-beta.1

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago