A CSS implementation of the Stellar design system for spacecraft operation tools.
npm install @nasa-jpl/stellar --save
npm install @nasa-jpl/stellar-react --save
npm install @nasa-jpl/stellar-svelte --save
Import the desired CSS files into your project to make the classes globally available. See our example project for detailed API usage.
<html>
<head>
<link href="@nasa-jpl/stellar/dist/css/button.css" rel="stylesheet" />
</head>
<body>
<button class="st-button">Stellar!</button>
</body>
</html>
If you are a developer you can get started quickly by reading the developer documentation.
The scripts and documentation in this project are released under the MIT License.