8000 GitHub - nasa-jpl/stellar: A CSS implementation of the Stellar design system for spacecraft operation tools.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nasa-jpl/stellar

Repository files navigation

npm version

Stellar

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

Install

CSS only

npm install @nasa-jpl/stellar --save

React components

npm install @nasa-jpl/stellar-react --save

Svelte components

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 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>

Development

If you are a developer you can get started quickly by reading the developer documentation.

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 6

0