https://github.com/mrfoxpro/react-flight-indicators
Flight Indicators (http://sebmatton.github.io/flightindicators/) for React.
https://github.com/mrfoxpro/react-flight-indicators
Last synced: about 1 year ago
JSON representation
Flight Indicators (http://sebmatton.github.io/flightindicators/) for React.
- Host: GitHub
- URL: https://github.com/mrfoxpro/react-flight-indicators
- Owner: MrFoxPro
- Created: 2019-09-15T14:16:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:54:40.000Z (over 3 years ago)
- Last Synced: 2023-03-07T20:47:35.802Z (about 3 years ago)
- Language: TypeScript
- Size: 361 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is React implementation of JQuery plugin: https://github.com/sebmatton/jQuery-Flight-Indicators
To check out demo, clone project, install dependencies with `npm i` and then `npm run dev`. Open browser on localhost:4444;
Used tools:
- Typescript
- React
- Fuse-box
- source of https://github.com/sebmatton/jQuery-Flight-Indicators

Example of using:
```ts
import Altimeter from "react-flight-indicators/Altimeter";
;
```