ApryseSDK/webviewer-custom-ui

Make Search Results their own component

Closed this issue · 0 comments

Following the convention of the Production version of WebViewer:

https://github.com/PDFTron/webviewer-ui/tree/6.3/src/components/SearchResult

These lines of code should be placed in their own component:

https://github.com/PDFTron/webviewer-custom-ui/blob/master/src/components/SearchContainer/SearchContainer.js#L279-L315

Passing searchResults as a prop accordingly.