Luc4sguilherme / react-steam-level

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:CSS 81.3%Language:TypeScript 16.4%Language:HTML 2.3%