CalendarGrid
Responsive six-week calendar with month controls, event markers, date selection, and complete grid keyboard navigation.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/calendar-grid.jsonInstall with the CLI
# adds CalendarGrid to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/calendar-grid.jsonOr install the package
// npm install @uigrids/react-ui
import { CalendarGrid } from '@uigrids/react-ui'
export default function App() {
return <CalendarGrid />
}