react-steam-level
v1.0.3
Published
A component that makes it easy to include styled steam profile levels in your react project.
Downloads
44
Maintainers
Readme
react-steam-level
🚀 A component that makes it easy to include styled steam profile levels in your react project.

Installation
npm install react-steam-levelUsage
import React from "react";
import SteamLevel from "react-steam-level";
function App() {
return (
<div id="container">
<SteamLevel level={150} size={64} />
</div>
);
}
export default App;License
MIT © Lucas Guilherme
