Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T17:29:44.000Z (3 months ago)
- Last Synced: 2024-10-29T18:43:33.605Z (3 months ago)
- Topics: aerospace, css, mission, nasa, operations, planning, spacecraft
- Language: SCSS
- Homepage: https://nasa-jpl.github.io/stellar/example/
- Size: 21.1 MB
- Stars: 11
- Watchers: 7
- Forks: 6
- Open Issues: 44
-
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
[![npm version](https://img.shields.io/npm/v/@nasa-jpl/stellar.svg)](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/