Currently we [hardcoded html](https://github.com/magma-labs/spreadsheet/blob/main/app/javascript/spreadsheet/controllers/search_controller.test.js#L7-L13) for our stimulus controller tests Since view_component allow generate preview component https://viewcomponent.org/guide/previews.html, maybe we could load these previews into js controller to avoid hardcoding html
Currently we hardcoded html for our stimulus controller tests
Since view_component allow generate preview component https://viewcomponent.org/guide/previews.html, maybe we could load these previews into js controller to avoid hardcoding html