Ephemeris Card
SatCat-style readout of classical orbital elements derived from a TLE.
Installation
Copy and paste the following code into your project.
npx plexus-ui add ephemeris-card
Manual Installation
1. Copy the component code from components/ephemeris-card.tsx
2. Install dependencies:
npm install react@latest
3. Copy any required primitive components
Examples
Loading example...