ohif-viewer/platform/ui/index.js
Gustavo André Lelis 2138565990 feat: Study List Filter (#1504)
* Inital changes for study list filters

* Style updates on filter

* Small style changes on filter

* Style changes updates on Input and Label and finish fitler

* Refactor on study list filter

* Remove not used callbackFunction

* Small style change

* Adding underline on Learn more link

* Make sure does not show sortable if have no results

* Some style polish

* Fixing margin on filter

* Adding inherit as color on buttons

* Adding inherit on learn more button color

* Addin border with opacity
2020-05-15 12:37:38 +01:00

13 lines
171 B
JavaScript

export {
Button,
ButtonGroup,
Icon,
IconButton,
Svg,
Input,
ThemeWrapper,
Typography,
} from './src/components';
export { StudyList } from './src/views';