Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bifravst/rsrp-bar

React component to render an RSRP bar or a failover icon in case the reported value is not valid
https://github.com/bifravst/rsrp-bar

iot library nrf-asset-tracker react rsrp

Last synced: about 1 month ago
JSON representation

React component to render an RSRP bar or a failover icon in case the reported value is not valid

Awesome Lists containing this project

README

        

# RSRP Bar [![npm version](https://img.shields.io/npm/v/@bifravst/rsrp-bar.svg)](https://www.npmjs.com/package/@bifravst/rsrp-bar)

[![Test, Build and Release](https://github.com/bifravst/rsrp-bar/actions/workflows/test-build-and-release.yaml/badge.svg)](https://github.com/bifravst/rsrp-bar/actions/workflows/test-build-and-release.yaml)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)

React component to render an RSRP bar or a failover icon in case the reported
value is not valid.

![Demo](./screenshot.png)

## Installation

npm i --save-dev --save-exact @bifravst/rsrp-bar

## Usage

See [`./src/demo.tsx`](./src/demo.tsx) for an example.

## Demo

npm start