Package Exports
- react-steam-level
- react-steam-level/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-steam-level) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-level
Usage
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