kw-apps-drawer

Web component to navegate between key apps

Usage no npm install needed!

<script type="module">
  import kwAppsDrawer from 'https://cdn.skypack.dev/kw-apps-drawer';
</script>

README

kw-navigation-btween-apps

This <kw-navigation-btween-apps> use to navegate between key work application

Build

  1. ng run kw-apps-drawer:build

Serve

  1. ng run kw-apps-drawer:serve

Publish

  1. ng release kw-apps-drawer

Local Publish

dev

note: need to comment registry=https://pkgs.dev.azure.com/keyworkdevops/_packaging/kw_npm/npm/registry/in .npmrc on root folder

  1. run local npm repository - nxpm registry:start
  2. nxpm registry:enable
  3. ng release kw-apps-drawer

more info - https://nxpm.dev/docs/commands/registry

stop local registry

  1. nxpm registry:disable

Properties

Property Attribute Description Type Default
customButtonSvg custom-button-svg Object to customize attributes to main ICON any { fill: '#ccc' }
customStyleButton custom-style-button Custom Style for Main Button any { 'position': 'relative' }
customStyleContainer custom-style-container Custom Style for Container any { 'top': '10px', 'left': '0'}
kwApi kw-api Url to kw API string 'https://keyworkapi-pd1.azurewebsites.net/api'
popOver pop-over Container appear in popover instead of slide boolean false
showKWBtn show-k-w-btn Show kW button boolean true

Built with StencilJS