0.5.0 • Published 3 years ago
@rainway/react v0.5.0
@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.5.0-beta.1
3 years ago
0.4.0-beta.2
3 years ago
0.4.0-beta.3
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.4.0-beta.1
3 years ago
0.3.0
3 years ago