1.0.20 • Published 6 months ago

@dpa-id-components/dpa-id-app-switcher v1.0.20

Weekly downloads
388
License
-
Repository
-
Last release
6 months ago

@dpa-id-components/dpa-id-app-switcher

A component that displays an on-demand list of applications that use the dpa ID.

Browser compatibility

  • The web component version (wc) should work in any modern browser expcet for Microsoft Internet Explorer.
  • The vue.js library version (lib) should have support for Microsoft Internet Explorer 11. A polyfill for window.Promise is needed, see lib/demo.html.

Installation

yarn add @dpa-id-components/dpa-id-app-switcher

Usage

Props

proptypedefaultdesc
isLightBooleanfalseIf a light version of the app opener icon should be displayed
isSmallBooleanfalseIf a small version (24px) of the app opener icon should be displayed

With a module System (commonjs-node)

Using single file components and postcss imports

<template>
  <DpaIdAppSwitcher />
</template>
<script>
  import DpaIdAppSwitcher from "@dpa-id-components/dpa-id-app-switcher";

  export default {
    components: {
      DpaIdAppSwitcher
    }
  };
</script>

<style postcss>
  @import "@dpa-id-components/dpa-id-app-switcher/lib/dpa-id-app-switcher.css";
</style>

In the browser (universal modules)

See wc/demo.html

As web component (custom elements)

See lib/demo.html
1.0.20

6 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

1.0.0-alpha.5

3 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago