Last 12 weeks ยท 198 commits
4 of 6 standards met
Steps to reproduce 1. Fresh vite app with ai-elements installed and path aliases and all relevant dependencies installed. 2. Run dev with Persona component 3. Page freezes, and crashes after a few seconds on Chrome with an "Aw Snap!". Weirdly enough, it works when running the production build with .
Repository: vercel/ai-elements. Description: AI Elements is a component library and custom registry built on top of shadcn/ui to help you build AI-native applications faster. Stars: 1693, Forks: 208. Primary language: TypeScript. Languages: TypeScript (87.6%), MDX (12%), CSS (0.2%), JavaScript (0.1%). Homepage: https://elements.ai-sdk.dev Topics: ai, elements, shadcn-ui, vercel. Latest release: ai-elements@1.8.4 (3w ago). Open PRs: 24, open issues: 27. Last activity: 2w ago. Community health: 87%. Top contributors: haydenbleasel, dependabot[bot], tobiasbueschel, streamdown-github-app[bot], unclebay143, FranciscoMoretti, chaxus, Debbl, obadakhalili, smorimoto and others.
TypeScript
Adds a read-only DayCalendar compound component for visualizing a single day's events on a time grid. Designed for AI agents to confirm scheduled events to users. Auto-computes visible window from event times (ยฑ2h padding, clamped 0โ24, defaults 9amโ5pm) Current time indicator when viewing today Compound pattern: DayCalendar, DayCalendarHeader, DayCalendarContent, DayCalendarEvent CalendarEvent type designed to be shared with future week-calendar/month-calendar No new dependencies โ Tailwind + React + lucide-react 11 tests, all 954 pass
Recreate 1. Go to any /components page like https://elements.ai-sdk.dev/components/attachments 2. Click "Edit this page on GitHub" 3. 404 Summary The component hardcoded in the GitHub edit URL, causing 404s for and pages Added a prop to so each page section passes its correct content directory (, , or ) pages are unaffected (uses as the default)