From 59f1b5f7b3dc35287bba1100a94c33908e512517 Mon Sep 17 00:00:00 2001 From: bduran Date: Fri, 25 Oct 2024 13:26:37 -0700 Subject: [PATCH] add CSS package readme --- packages/css/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 packages/css/README.md diff --git a/packages/css/README.md b/packages/css/README.md new file mode 100644 index 0000000..d4af00d --- /dev/null +++ b/packages/css/README.md @@ -0,0 +1,32 @@ +[![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 + +```sh +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][stellar-example] for detailed API usage. + +```html + + + + + + + + +``` + +## License + +The scripts and documentation in this project are released under the [MIT License](LICENSE). + +[stellar-example]: https://nasa-jpl.github.io/stellar/example/