1.0.20 • Published 2 years ago
@dpa-id-components/dpa-id-app-switcher v1.0.20
@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.Promiseis needed, seelib/demo.html.
Installation
yarn add @dpa-id-components/dpa-id-app-switcherUsage
Props
| prop | type | default | desc |
|---|---|---|---|
| isLight | Boolean | false | If a light version of the app opener icon should be displayed |
| isSmall | Boolean | false | If 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.htmlAs web component (custom elements)
See lib/demo.html1.0.20
2 years ago
1.0.19
3 years ago
1.0.18
3 years ago
1.0.17
3 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.2
5 years ago
1.0.0
5 years ago
1.0.0-alpha.5
5 years ago
1.0.0-alpha.4
5 years ago
1.0.0-alpha.3
5 years ago
1.0.0-alpha.2
6 years ago