1.0.3 • Published 10 months ago

react-steam-level v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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.2

10 months ago

1.0.3

10 months ago

1.0.1

2 years ago

1.0.0

3 years ago