An open API service indexing awesome lists of open source software.

https://github.com/luc4sguilherme/react-steam-level

A component that makes it easy to include styled steam profile levels in your react project.
https://github.com/luc4sguilherme/react-steam-level

component level react steam

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# react-steam-level

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

![print](https://user-images.githubusercontent.com/29242243/211096430-82c1e435-980c-4e5e-bfb7-9d6f1aad0bb3.png)

## Installation

```bash
npm install react-steam-level
```

## Usage
```js
import React from "react";

import SteamLevel from "react-steam-level";

function App() {
return (




);
}

export default App;
```

## License

MIT © Lucas Guilherme