JSPM

@hawk-ui/loader

2.4.4
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 309
    • Score
      100M100P100Q89068F
    • License MIT

    hawk-ui: Basic Loader Component

    Package Exports

    • @hawk-ui/loader

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

    Readme

    Basic Loader Usage:

    <div className="styleguidist__btns-wrap">
      <p>Jelly Loader</p>
      <br /><br />
      <div style={{ marginLeft:'20px' }}>
        <Loader
          type="jelly"
        />
      </div>
      <br /><br />
      <p>Spinner Loader</p>
      <br /><br />
      <div style={{ marginLeft:'20px' }}>
        <Loader />
      </div>
    </div>