1.20.14 • Published 1 year ago

web-component-aspenify v1.20.14

Weekly downloads
264
License
MIT
Repository
-
Last release
1 year ago

Built With Stencil

Aspenify Web Components 🛠

A collection of web components built for Aspenify Platform for reusability and performance. These WebComponents can be used across any JavaScript framework or no framework at all. We accomplish this by using standardized web platform APIs and Web Components.

api-aspenify - "1.19.18" demo-aspenify - "1.20.2" dev-aspenify - "1.20.1"

cisco-components -

state-aspenify - "1.20.13" cisco-prod = "1.20.14"

Components

We will gradually add useful components under this project. You can use these components to integrate with Aspenify Platform within any web based UI application. Please check component details in the table below.

Sr. No.Tag NameDescritpion
1aspenify-playbookGet and display Playbooks from specified workspace
2aspenify-contentGet and display Content from specified workspace

Features

  • Can be used with any JavaScript framework.
  • No external dependencies.
  • Built with accessibility in mind.
  • Supports all modern browsers and screen readers.
  • Additionally, limited support offered for IE11 and Edge 17+.
  • Comes with modified interface for mobile devices to provide better user experience.
  • Built using Stencil.js and Web Components.
  • Free to use under the MIT license.

Browser support

  • Google Chrome 61+
  • Apple Safari 10+
  • Firefox 63+
  • Microsoft Edge 17+
  • Opera 63+
  • Samsung Browser 8.2+
  • Internet Explorer 11

Package size

You don't need to worry about the package size as it will only download the components that you have used on your page. 🤩

Usage

This components collection is based on "differential bundling" strategy. The advantage of differential bundling is that modern browsers can avoid all the polyfills and bloated legacy JavaScript, and use the modern APIs already baked into the browser.

For example, the modern browsers will only download util-components.esm.js as they out-of-the-box support latest JavaScript features like ES Modules, async/await, Classes, etc. For IE11, it will download the util-components.js file which is in the ES5 syntax and has all the polyfills.

Script tag

  • Put script tags as shown above in the head of your web page.
  • Then you can use the custom elements anywhere in your template, JSX, html etc.

Unpkg CDN

<script type="module"
    src="https://unpkg.com/web-component-aspenify@1.14.0/dist/web-component-aspenify/web-component-aspenify.esm.js"></script> 
<script nomodule src="https://unpkg.com/web-component-aspenify@1.14.0/dist/web-component-aspenify/web-component-aspenify.js"></script>

jsDelivr CDN

<script type="module" src="https://cdn.jsdelivr.net/npm/web-component-aspenify@1.14.0/dist/web-component-aspenify/web-component-aspenify.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/web-component-aspenify@1.14.0/dist/web-component-aspenify/web-component-aspenify.esm.js"></script>
1.20.13

1 year ago

1.20.14

1 year ago

1.20.3

1 year ago

1.20.4

1 year ago

1.19.41

2 years ago

1.19.34

2 years ago

1.19.35

2 years ago

1.19.32

2 years ago

1.19.33

2 years ago

1.19.36

2 years ago

1.19.37

2 years ago

1.19.20

2 years ago

1.19.19

2 years ago

1.19.17

3 years ago

1.19.16

3 years ago

1.19.12

3 years ago

1.19.13

3 years ago

1.19.14

3 years ago

1.19.15

3 years ago

1.19.11

3 years ago

1.19.10

3 years ago

1.19.8

3 years ago

1.19.7

3 years ago

1.19.9

3 years ago

1.19.4

3 years ago

1.19.3

3 years ago

1.19.6

3 years ago

1.19.5

3 years ago

1.19.2

3 years ago

1.19.1

3 years ago

1.15.0

3 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago