1.0.1 ā€¢ Published 12 months ago

react-steam-level v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

1.0.1

12 months ago

1.0.0

1 year ago