JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q63392F
  • License MIT

Svelte Rubus UI Components

Package Exports

  • @rubus/rubus

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rubus/rubus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Install

npm install @rubus/rubus # or yarn

Usage

<script>
  import { ButtonCta, Provider } from "@rubus/rubus";
</script>

<Provider
    spectrumScale="large"
    spectrumTheme="darkest"
    >
  <ButtonCta />
</Provider>