Fork me on GitHub
#clerk
<
2023-03-19
>
lvh01:03:45

How do I make a custom viewer be fullwidth? I tried returning a div that has .w-full, and I tried

^{:nextjournal/width :full}
(clerk/with-viewer gantt-viewer gantt-one)
(which I found in the codebase) The book of Clerk has an example that reduces the :width of a col , but I'm not trying to do multiple elements so I'm not sure that's what I should be using

lvh01:03:53

Found it! ^{::clerk/width :full}

💯 2