@nasa-jpl/svelte-stellar
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@nasa-jpl/svelte-stellar

Svelte components for the Stellar design system.

Installation

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

Usage

More detailed usage examples can be found on the examples page (implementation).

Before usage make sure you import the base Stellar CSS files. For example if you need everything:

<script lang="ts">
  import '@nasa-jpl/stellar/css/index.css';
  import '@nasa-jpl/stellar/font/inter/inter.css';
  // ...
</script>

Button

<script lang="ts">
  import { Button } from '../lib/index.js';
</script>

<Button>Primary</Button>

Readme

Keywords

none

Package Sidebar

Install

npm i @nasa-jpl/svelte-stellar

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

5.45 kB

Total Files

7

Last publish

Collaborators

  • mattdailis
  • jdylanstewart
  • duranb
  • aplave
  • camargo
  • jaray
  • laespinoza
  • stephiescastle
  • scotchester
  • nasa-jpl.www.developers