JSPM

@powerpeers-test/source-overview

0.0.3
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q30208F
    • License ISC

    Source overview

    Package Exports

    • @powerpeers-test/source-overview

    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 (@powerpeers-test/source-overview) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Sources

    A grid/list of all sources.

    Table of contents

    1. Installation
    2. Usage
    3. Theme | Styling
    4. Properties
    5. Events
    6. Changelog

    Installation

    CDN

      <script type='module' src="http://developer.powerpeers.com/social/1.0.0/source-overview.js" />

    NPM

      npm i @ppci/source-overview

    Usage

    // Javascript import
    import '@ppci/source-overview'
    <!-- or module import -->
    <script type="module" src="http://developer.powerpeers.com/social/1.0.0/source-overview.js" />
    
    <source-overview>
    </source-overview>

    Theme | Styling

    source-overview {
      /* common */
      --theme-border-radius: 4px;
    
      /* grid */
      --grid-columns: 2;
      /* usage in media queries */
      @media (min-width: 675px) {
        --grid-columns: 4;
      }
      
       
      /* typo */
      --theme-primary-h3-color: black;
      --theme-primary-p-color: gray;
    }

    Properties

    Property Type Description Possible Values

    Events

    Name Description Detail / Payload

    Changelog

    1.0.0 ( Major )

    • Initial version sources component