For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Union + ReactNode props now render as slots (v4.93.3)
Props typed as a union that includes ReactNode (such as icon props like iconLeading or iconTrailing) now correctly infer as ReactNode slots — accepting either text or a rendered component — instead of plain text fields.