support icon indicating copy to clipboard operation
support copied to clipboard

[REMIX] Create a remix demo

Open jsakalos opened this issue 2 years ago • 0 comments

Info:

  • https://remix.run/
  • https://twitter.com/_thomasholland/status/1544986696583942145

To disable SSR for our components it is necessary to:

  • name our files [something].client.[js|ts|jsx|tsx]
  • use <ClientOnly> tag

Attaching the working demo. Code is not cleaned up nor optimized but works.

remix-bryntum-gantt-react.zip

jsakalos avatar Jul 08 '22 12:07 jsakalos