GodUIGodUI
113Follow on X
DuneDune
HarborHarbor
RidgeRidge
BloomBloom
QuartzQuartz
MeadowMeadow
3 / 6

Inertia Gallery

tsx
import { InertiaGallery } from "@/components/godui/inertia-gallery";export function Shots() {return (  <InertiaGallery snap onChange={(i) => console.log(i)}>    <Shot label="Dune" />    <Shot label="Harbor" />    <Shot label="Ridge" />  </InertiaGallery>);}