curaOS/source

Move complicated components to packages

Closed this issue · 1 comments

Some of the components need some more work before moving into a package, so the goal is to write them down in either this issue or a separate one to make sure the works needed there are accounted for.

  • Design : uses next/dyanmic import for p5 wrapper, should try moving into package to see if it works
  • Layout
  • MediaImage

Layout I just moved under /containers and created a new issue to add other examples to StoryBook. Design and MediaImage I was able to remove and use img and RenderIFrame; works well to clean some code.