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.
- Host: GitHub
- URL: https://github.com/luc4sguilherme/react-steam-level
- Owner: Luc4sguilherme
- License: mit
- Created: 2023-01-05T19:34:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T23:39:01.000Z (about 1 year ago)
- Last Synced: 2024-10-30T04:50:13.619Z (about 1 year ago)
- Topics: component, level, react, steam
- Language: CSS
- Homepage:
- Size: 183 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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