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