* ohif-333: add component foundation * ohif-333: add expandable content and mocked data * ohif-333: improve ListMenu component for the new toolbar button and add radio behavior * ohif-333: add click outside behavior and update primary and secondary props * ohif-333: separate classes from markup * ohif-333: fix layout issues * ohif-333: extract window level component * ohif-333: update component returns * ohif-333: update chevron thickness * ohif-333: remove is active prop * Delete lerna-debug.log * ohif-333: clean toolbar and use example in ui package * ohif-333: update styles to avoid word break * ohif-333: fix ui package build Co-authored-by: Erik Ziegler <erik.sweed@gmail.com> Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
16 lines
279 B
JavaScript
16 lines
279 B
JavaScript
export default {
|
|
title: '@ohif/ui',
|
|
menu: [
|
|
'Getting Started',
|
|
// COMPONENTS ARE DEFINED JUST TO CUSTOMIZE THEIR SORTING
|
|
'General',
|
|
'Data Display',
|
|
'Feedback',
|
|
'Form',
|
|
'Navigation',
|
|
// 'Other',
|
|
],
|
|
ignore: ['README.md'],
|
|
base: '/ui/',
|
|
};
|