ds-bidra-app-switcher

Shared app switcher component for Bidra applications

Usage no npm install needed!

<script type="module">
  import dsBidraAppSwitcher from 'https://cdn.skypack.dev/ds-bidra-app-switcher';
</script>

README

ds-bidra-app-switcher

App-switcher menu shared by all bidra-apps

Use prop: positionFromRight to set position from right. i.e: appSwitcher({positionFromRight: '150px' })

To publish a new version to npm, execute the following steps manually:

1. Build

$ yarn build

2. Commit changes

3. Bump version

$ npm version minor

4. Publish

$ npm publish

5. Push new tag to GitHub

$ git push