Tile Canvas with props
import { TileCanvas } from "@/components/ui/tile-canvas"; export default function DemoOne() { return <TileCanvas />; }