https://github.com/nasa-jpl/stellar
A CSS implementation of the Stellar design system for spacecraft operation tools.
https://github.com/nasa-jpl/stellar
aerospace css mission nasa operations planning spacecraft
Last synced: 2 months ago
JSON representation
A CSS implementation of the Stellar design system for spacecraft operation tools.
- Host: GitHub
- URL: https://github.com/nasa-jpl/stellar
- Owner: nasa-jpl
- License: mit
- Created: 2022-01-10T19:18:59.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-06-10T19:03:15.000Z (4 months ago)
- Last Synced: 2025-07-19T12:37:13.227Z (3 months ago)
- Topics: aerospace, css, mission, nasa, operations, planning, spacecraft
- Language: TypeScript
- Homepage: https://nasa-jpl.github.io/stellar/
- Size: 19.8 MB
- Stars: 24
- Watchers: 5
- Forks: 8
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@nasa-jpl/stellar)
# Stellar
A CSS implementation of the Stellar design system for spacecraft operation tools.
## Install
### CSS only
```sh
npm install @nasa-jpl/stellar --save
```### React components
```sh
npm install @nasa-jpl/stellar-react --save
```### Svelte components
```sh
npm install @nasa-jpl/stellar-svelte --save
```## Usage
Import the desired CSS files into your project to make the classes globally available. See our [example project][stellar-example] for detailed API usage.
```html
Stellar!
```
## Development
If you are a developer you can get started quickly by reading the [developer documentation][dev].
[dev]: ./docs/DEVELOPER.md
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE).
[stellar-example]: https://nasa-jpl.github.io/stellar/example/