1.0.20 • Published 2 years ago

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

Weekly downloads
388
License
-
Repository
-
Last release
2 years 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

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

6 years ago