Create NavigationPanel library
The work in choose-columns-dialog#1 (closed) can be followed as a rough guide - however, the control itself will a fair bit of re-factoring to allow a list of links to be passed as a property. Very roughly along the lines of:
.. links={[
{name='Summary', to='/summary', componment=???},
..
]} ..
Acceptance Criteria:
- The component should work in both the both the
pidash
andsmi
projects. - The CI/CD should build and publish the component to The NPM repository
Edited by Mike Bamford