More
204
184 column. 20 gutter. The page is the measure.
Native Popover API: top layer, light dismiss.
204px modules: a 184px column and a 20px gutter.
184 column. 20 gutter. The page is the measure.
npx @noordvc/raster-cli add popover
<button class="rs-btn-ghost rs-btn-sm" popovertarget="info">Details</button> <div id="info" popover="auto" class="rs-popover"><span class="rs-popover-title">Module grid</span><p class="rs-popover-body">204px modules: a 184px column and a 20px gutter.</p></div>
import { Popover, PopoverBody, PopoverTitle } from "@/components/raster/popover";
<Popover trigger="Details">
<PopoverTitle>Module grid</PopoverTitle>
<PopoverBody>204px modules: a 184px column and a 20px gutter.</PopoverBody>
</Popover>