JSPM

react-steam-level

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q25551F
  • License MIT

A component that makes it easy to include styled steam profile levels in your react project.

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.


print


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