Stellar
A CSS, HTML, and JavaScript implementation of the Stellar design system. See the live demo here.
Install
npm install @nasa-jpl/stellar --save
Usage
Import the desired CSS files into your project to make the classes globally available. See our example project for more detailed examples.
<html>
<head>
<link href="@nasa-jpl/stellar/css/button.css" rel="stylesheet" />
</head>
<body>
<button class="st-button">Stellar!</button>
</body>
</html>
License
The scripts and documentation in this project are released under the Apache 2.0 License.