nasa-jpl / stellar

A CSS implementation of the Stellar design system for spacecraft operation tools.

Home Page:https://nasa-jpl.github.io/stellar/example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version

Stellar

A CSS implementation of the Stellar design system for spacecraft operation tools.

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 detailed API usage.

<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 MIT License.

About

A CSS implementation of the Stellar design system for spacecraft operation tools.

https://nasa-jpl.github.io/stellar/example/

License:MIT License


Languages

Language:SCSS 53.0%Language:HTML 33.4%Language:CSS 12.3%Language:JavaScript 1.3%