ProductTour
Measured product tour for real data attributes with anchored highlights, focus movement, arrow navigation, dismissal, and completion callbacks.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/product-tour.jsonInstall with the CLI
# adds ProductTour to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/product-tour.jsonOr install the package
// npm install @uigrids/react-ui
import { ProductTour } from '@uigrids/react-ui'
export default function App() {
return <ProductTour />
}